Skip to content

Commit

Permalink
#2132: Set the view position to 0,0,30 when starting a new map
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Feb 7, 2021
1 parent 005e027 commit 0acd28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radiantcore/map/Map.cpp
Expand Up @@ -400,7 +400,7 @@ void Map::createNewMap()

setModified(false);

focusViews(Vector3(0,0,0), Vector3(0,0,0));
focusViews(Vector3(0,0,30), Vector3(0,0,0));
}

IMapExporter::Ptr Map::createMapExporter(IMapWriter& writer,
Expand Down

0 comments on commit 0acd28c

Please sign in to comment.