Made use of semicolons more consitent, fixed formatting
This commit is contained in:
committed by
Rémi Verschelde
parent
43a9b8c76c
commit
38d3bfe971
@ -34,7 +34,8 @@
|
||||
#include "scene/animation/animation_tree.h"
|
||||
|
||||
class AnimationNodeStateMachineTransition : public Resource {
|
||||
GDCLASS(AnimationNodeStateMachineTransition, Resource)
|
||||
GDCLASS(AnimationNodeStateMachineTransition, Resource);
|
||||
|
||||
public:
|
||||
enum SwitchMode {
|
||||
SWITCH_MODE_IMMEDIATE,
|
||||
|
||||
Reference in New Issue
Block a user