1
0
Fork 0

Fixed prefab test initialization.

This commit is contained in:
madmaxoft 2014-05-26 10:05:51 +02:00
parent 1a742a2b52
commit 24137e282b
1 changed files with 3 additions and 0 deletions

View File

@ -108,6 +108,9 @@ static const cPrefab::sDef g_TestPrefabDef =
// AddWeightIfSame:
1000,
// MoveToGround:
false,
};
static cPrefab g_TestPrefab(g_TestPrefabDef);