Update attributes style to be consistent in engine
This commit is contained in:
@@ -306,7 +306,7 @@ API_CLASS(Sealed) class FLAXENGINE_API BehaviorTreeLoopDecorator : public Behavi
|
||||
API_AUTO_SERIALIZATION();
|
||||
|
||||
// Is the loop infinite (until failed)?
|
||||
API_FIELD(Attributes = "EditorOrder(10)")
|
||||
API_FIELD(Attributes="EditorOrder(10)")
|
||||
bool InfiniteLoop = false;
|
||||
|
||||
// Amount of times to execute the node. Unused if LoopCountSelector is used or if InfiniteLoop is used.
|
||||
|
||||
Reference in New Issue
Block a user