Update attributes style to be consistent in engine

This commit is contained in:
Wojtek Figat
2025-04-12 22:09:12 +02:00
parent 74d7dd58c2
commit 59aed828f6
17 changed files with 31 additions and 31 deletions

View File

@@ -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.