github action fixes

This commit is contained in:
gymnast86
2026-05-19 07:56:32 -07:00
parent ece92765c9
commit 33e19f58e0
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ namespace dusk {
generationStatusMsgMutex.unlock();
}
ImGui::Text(generationText.c_str());
ImGui::Text("%s", generationText.c_str());
ImGui::End();
}