mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-01 20:12:50 +02:00
Correct initial zoom size
This commit is contained in:
@@ -2073,7 +2073,7 @@ Renderer::Renderer(Graphics * g, Simulation * sim):
|
|||||||
g(NULL),
|
g(NULL),
|
||||||
zoomWindowPosition(0, 0),
|
zoomWindowPosition(0, 0),
|
||||||
zoomScopePosition(0, 0),
|
zoomScopePosition(0, 0),
|
||||||
zoomScopeSize(10),
|
zoomScopeSize(32),
|
||||||
ZFACTOR(8),
|
ZFACTOR(8),
|
||||||
zoomEnabled(false),
|
zoomEnabled(false),
|
||||||
decorations_enable(1)
|
decorations_enable(1)
|
||||||
|
Reference in New Issue
Block a user