aboutsummaryrefslogtreecommitdiff
path: root/source/30-game/World.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/30-game/World.cpp')
-rw-r--r--source/30-game/World.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/30-game/World.cpp b/source/30-game/World.cpp
index d4a8344..5d3a8c5 100644
--- a/source/30-game/World.cpp
+++ b/source/30-game/World.cpp
@@ -6,7 +6,7 @@
#include <glad/glad.h>
namespace ProjectBrussel_UNITY_ID {
-template <class TFunction>
+template <typename TFunction>
void CallGameObjectRecursive(GameObject* start, TFunction&& func) {
PodVector<GameObject*> stack;
stack.push_back(start);