Added a bunch of logs for debugging

This commit is contained in:
Antoine Pilote
2023-09-27 19:52:09 -04:00
parent 02fc2c8d08
commit 51fc92f523
6 changed files with 13 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
#include <src/Rendering/RenderList.h>
#include <src/Rendering/Renderer.h>
#include <dependencies/GLEW/include/GL/glew.h>
#include <glad/glad.h>
#include "src/Scene/Components/CapsuleColliderComponent.h"
#include <src/Scene/Components/CylinderColliderComponent.h>