1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-10-07 14:51:08 +00:00

Add selectable flag for bones.

Setting sel="0" in an anim's XML file prevents accidental modification
in the anim editor.
This commit is contained in:
fgenesis 2016-04-18 22:08:36 +02:00
commit 6c56bc94a9
2 changed files with 31 additions and 7 deletions

View file

@ -82,6 +82,7 @@ public:
Vector segmentOffset;
bool fileRenderQuad;
bool selectable;
int originalRenderPass; // stores the render pass originally set in the XML file. For AC_RESET_PASS.
protected: