Typo in #include "scene.h"
This commit is contained in:
parent
fcc51c5439
commit
229616687b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue