Rename and reorder bake mode properties for consistency
The order now goes from least to most computationally expensive: - Disabled - Static - Dynamic
This commit is contained in:
+1
-1
@@ -63,8 +63,8 @@ public:
|
||||
|
||||
enum BakeMode {
|
||||
BAKE_DISABLED,
|
||||
BAKE_STATIC,
|
||||
BAKE_DYNAMIC,
|
||||
BAKE_STATIC
|
||||
};
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user