mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
ZoneCodeGenerator: Remove align statement. Alignments will be defined via types created by a typedef that have a __declspec(align(X)) part
This commit is contained in:
@ -195,7 +195,6 @@ set count verts0 vertCount;
|
||||
set count vb0 0;
|
||||
set count vertList vertListCount;
|
||||
set count triIndices triCount;
|
||||
set align triIndices 16;
|
||||
set count indexBuffer 0;
|
||||
reorder:
|
||||
vertInfo
|
||||
|
Reference in New Issue
Block a user