Version Change to match Github Release version
This commit is contained in:
@@ -1098,7 +1098,7 @@ void Engine::renderLauncher() {
|
|||||||
ImGui::Separator();
|
ImGui::Separator();
|
||||||
ImGui::Spacing();
|
ImGui::Spacing();
|
||||||
|
|
||||||
ImGui::TextDisabled("Modularity Engine - Version 0.6.4");
|
ImGui::TextDisabled("Modularity Engine - Version 0.6.7");
|
||||||
|
|
||||||
ImGui::EndChild();
|
ImGui::EndChild();
|
||||||
}
|
}
|
||||||
@@ -1327,7 +1327,7 @@ void Engine::renderMainMenuBar() {
|
|||||||
|
|
||||||
if (ImGui::BeginMenu("Help")) {
|
if (ImGui::BeginMenu("Help")) {
|
||||||
if (ImGui::MenuItem("About")) {
|
if (ImGui::MenuItem("About")) {
|
||||||
logToConsole("Modularity Engine v0.6.4");
|
logToConsole("Modularity Engine v0.6.7");
|
||||||
}
|
}
|
||||||
ImGui::EndMenu();
|
ImGui::EndMenu();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user