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:
parent
65ab23536e
commit
6c56bc94a9
2 changed files with 31 additions and 7 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue