1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Make BoneMapper validation stricter

This commit is contained in:
Silc 'Tokage' Renew
2022-07-28 06:46:03 +09:00
committed by Silc Renew
parent 0dcf679bdc
commit 3b89bf901a
2 changed files with 43 additions and 6 deletions

View File

@@ -47,6 +47,7 @@ public:
enum BoneMapState {
BONE_MAP_STATE_UNSET,
BONE_MAP_STATE_SET,
BONE_MAP_STATE_MISSING,
BONE_MAP_STATE_ERROR
};