mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 08:05:45 +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:
|
public:
|
||||||
$TestMethod(context.Asset)$
|
$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$}$
|
$endif$}$
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user