Compare commits
No commits in common. "3fdca6c6db26bd60545f8a3ac10e008fd93ac8e1" and "fa2d41ac8117ccc5d873e54726319644a0aadc76" have entirely different histories.
3fdca6c6db
...
fa2d41ac81
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ class VulkanApp {
|
||||||
initImGui();
|
initImGui();
|
||||||
}
|
}
|
||||||
|
|
||||||
fn initImGui() -> void {
|
void initImGui() {
|
||||||
// Create ImGui context
|
// Create ImGui context
|
||||||
IMGUI_CHECKVERSION();
|
IMGUI_CHECKVERSION();
|
||||||
ImGui::CreateContext();
|
ImGui::CreateContext();
|
||||||
|
|
Loading…
Add table
Reference in a new issue