Skip to content

Commit

Permalink
Gotcha.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihara committed Nov 30, 2013
1 parent ca92ee3 commit d4506fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SCANsatRPM/JSISCANsatRPM.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public bool MapRenderer(RenderTexture screen)
int? loadedMode = persistence.GetVar(persistentVarName + "mode");
mapMode = loadedMode ?? 0;
int? loadedZoom = persistence.GetVar(persistentVarName + "zoom");
zoomLevel = loadedZoom ?? 1;
zoomLevel = loadedZoom ?? 0;
int? loadedColors = persistence.GetVar(persistentVarName + "color");
SCANcontroller.controller.colours = loadedColors ?? 0;
screenWidth = screen.width;
Expand Down

0 comments on commit d4506fd

Please sign in to comment.