We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc41e5 commit 840e883Copy full SHA for 840e883
Source/Managers/FrameMan.cpp
@@ -852,6 +852,7 @@ void FrameMan::Draw() {
852
AllegroBitmap playerGUIBitmap(drawScreenGUI);
853
854
// Update the scene view to line up with a specific screen and then draw it onto the intermediate screen
855
+ g_CameraMan.Update(playerScreen);
856
g_SceneMan.Update(playerScreen);
857
858
Vector targetPos = g_CameraMan.GetOffset(playerScreen);
0 commit comments