You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 19:11:41 +00:00
manually fix indent
This commit is contained in:
@@ -47,7 +47,7 @@ class GridMap : public Spatial {
|
||||
OBJ_TYPE( GridMap, Spatial );
|
||||
|
||||
enum {
|
||||
MAP_DIRTY_TRANSFORMS=1,
|
||||
MAP_DIRTY_TRANSFORMS=1,
|
||||
MAP_DIRTY_INSTANCES=2,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user