Compare commits
1 Commits
4985e498e6
...
a8f14b8f81
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a8f14b8f81 |
@ -452,7 +452,7 @@ int main(int, char**)
|
|||||||
init();
|
init();
|
||||||
|
|
||||||
// Main loop
|
// Main loop
|
||||||
while (!glfwWindowShouldClose(window))
|
while (!glfwWindowShouldClose(window) && !should_exit)
|
||||||
{
|
{
|
||||||
// Poll and handle events (inputs, window resize, etc.)
|
// Poll and handle events (inputs, window resize, etc.)
|
||||||
// You can read the io.WantCaptureMouse, io.WantCaptureKeyboard flags to tell if dear imgui wants to use your inputs.
|
// You can read the io.WantCaptureMouse, io.WantCaptureKeyboard flags to tell if dear imgui wants to use your inputs.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user