Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
Update render when changing positioning mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikogenvik committed May 26, 2012
1 parent fcfe556 commit b09dd57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ogre/SimpleRenderContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ SimpleRenderContext::CameraPositioningMode SimpleRenderContext::getCameraPositio
void SimpleRenderContext::setCameraPositionMode(SimpleRenderContext::CameraPositioningMode mode)
{
mCameraPositionMode = mode;
repositionCamera();
}

void SimpleRenderContext::setBackgroundColour(const Ogre::ColourValue& colour)
Expand Down

0 comments on commit b09dd57

Please sign in to comment.