Typo in #include "scene.h"

This commit is contained in:
Jack Christensen 2024-08-12 17:20:14 -04:00
parent fcc51c5439
commit 229616687b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#include <sstream> #include <sstream>
#include <string> #include <string>
#include "Scene.h" #include "scene.h"
void Scene::DrawGUI(GLFWwindow* window) { void Scene::DrawGUI(GLFWwindow* window) {
// Begin ImGui frame // Begin ImGui frame