Correct initial zoom size

This commit is contained in:
Simon Robertshaw
2012-07-25 12:46:48 +01:00
parent bc2acb9c08
commit 8062319160

View File

@@ -2073,7 +2073,7 @@ Renderer::Renderer(Graphics * g, Simulation * sim):
g(NULL),
zoomWindowPosition(0, 0),
zoomScopePosition(0, 0),
zoomScopeSize(10),
zoomScopeSize(32),
ZFACTOR(8),
zoomEnabled(false),
decorations_enable(1)