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