Added 2 more build phases.

This commit is contained in:
Relintai 2019-11-09 23:43:29 +01:00
parent 3b722e24f9
commit 7ee2017568

View File

@ -180,7 +180,9 @@ public:
BUILD_PHASE_TERRARIN_MESH = 5,
BUILD_PHASE_PROP_MESH = 6,
BUILD_PHASE_PROP_COLLIDER = 7,
BUILD_PHASE_MAX = 8
BUILD_PHASE_LIQUID = 8,
BUILD_PHASE_CLUTTER = 9,
BUILD_PHASE_MAX = 10
};
protected: