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 840e883 commit 259fd7bCopy full SHA for 259fd7b
Source/Managers/MovableMan.cpp
@@ -1687,6 +1687,13 @@ void MovableMan::Update() {
1687
UpdateDrawMOIDs();
1688
});
1689
1690
+ ////////////////////////////////////////////////////////////////////
1691
+ // Draw the MO colors ONLY if this is a drawn update!
1692
+
1693
+ if (g_TimerMan.DrawnSimUpdate()) {
1694
+ Draw(g_SceneMan.GetMOColorBitmap());
1695
+ }
1696
1697
// Sort team rosters if necessary
1698
for (int team = Activity::TeamOne; team < Activity::MaxTeamCount; ++team) {
1699
if (m_SortTeamRoster[Activity::TeamOne]) {
0 commit comments