From 229616687b381ecc72efcbfdf08e10587cd9111d Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Mon, 12 Aug 2024 17:20:14 -0400 Subject: [PATCH] Typo in #include "scene.h" --- source/scene.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/scene.cpp b/source/scene.cpp index 63fa0f7..e678250 100644 --- a/source/scene.cpp +++ b/source/scene.cpp @@ -10,7 +10,7 @@ #include #include -#include "Scene.h" +#include "scene.h" void Scene::DrawGUI(GLFWwindow* window) { // Begin ImGui frame