Merge branch 'SP3-12-SceneGraph' into SP3-2-Physics

This commit is contained in:
Diren D Bharwani 2022-09-28 15:26:07 +08:00
commit 658054bc14
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ namespace SHADE
using EntityNodeMap = std::unordered_map<EntityID, SHSceneNode*>;
using UnaryPredicate = void (*)(SHSceneNode*);
using UnaryPredicate = std::function<void(SHSceneNode*)>;
/*---------------------------------------------------------------------------------*/