manually fix indent

This commit is contained in:
Anarchid 2016-04-20 21:21:51 +03:00
parent 73ca831848
commit b03a892f95
1 changed files with 1 additions and 1 deletions

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