summaryrefslogtreecommitdiff
path: root/{{cookiecutter.project_name}}/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to '{{cookiecutter.project_name}}/src/main.cpp')
-rw-r--r--{{cookiecutter.project_name}}/src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/{{cookiecutter.project_name}}/src/main.cpp b/{{cookiecutter.project_name}}/src/main.cpp
index 49b1fba..a7c6ed2 100644
--- a/{{cookiecutter.project_name}}/src/main.cpp
+++ b/{{cookiecutter.project_name}}/src/main.cpp
@@ -23,6 +23,7 @@ int main(int argc, char* argv[])
ImGui_ImplOpenGL3_NewFrame();
ImGui_ImplRaylib_NewFrame();
ImGui::NewFrame();
+ ImGui_ImplRaylib_ProcessEvent();
BeginDrawing();