1
0
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:
Anarchid
2016-04-20 21:21:51 +03:00
parent 73ca831848
commit b03a892f95

View File

@@ -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,
};