mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 00:02:55 +00:00
ZoneCodeGenerator: Fix not generating tests for structure sizes and alignments
This commit is contained in:
parent
bdb0958c16
commit
91327c57ce
@ -34,7 +34,7 @@ namespace ZoneCommonTests
|
||||
{
|
||||
public:
|
||||
$TestMethod(context.Asset)$
|
||||
$context.Structures:{structure | $if(!structure.IsAsset)$$TestMethod(structure)$
|
||||
$context.UsedStructures:{structure | $if(!structure.Information.Type.IsAnonymous && !structure.Information.IsAsset)$$TestMethod(structure)$
|
||||
$endif$}$
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user