Skip to content

Commit

Permalink
That was missing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihara committed Nov 30, 2013
1 parent 143c1f6 commit 96fdd19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RasterPropMonitor/Core/RasterPropMonitor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ public void Start()
if (activePageID != null && activePageID.Value < pages.Count) {
activePage = pages[activePageID.Value];
}
activePage.Active(true);

// Create and point the camera.
cam = new FlyingCamera(part, screenTexture, cameraAspect);
Expand Down

0 comments on commit 96fdd19

Please sign in to comment.