Skip to content

Commit

Permalink
Fix issue where message where uninitialized GL context was getting used.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcushutchings committed Oct 29, 2023
1 parent 3a97f21 commit 76164b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rts/Sim/Path/QTPFS/PathManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ void QTPFS::PathManager::Load() {
const char* fmtString = "[PathManager::%s] Complete. Used %u threads for %u node-layers";
snprintf(loadMsg, sizeof(loadMsg), fmtString, __func__, ThreadPool::GetNumThreads(), nodeLayers.size());

loadscreen->SetLoadMessage(loadMsg);
pmLoadScreen.AddMessage(loadMsg);
}
}

Expand Down

0 comments on commit 76164b5

Please sign in to comment.