From c066451d54f2c9f1de936744a2eee5a8922d5c1e Mon Sep 17 00:00:00 2001 From: Amaury Date: Tue, 21 Apr 2020 10:00:48 +0200 Subject: [PATCH] test check collision en continue --- DungeonAndDeamonScript/DungeonAndDemaonScript/GestionJeu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DungeonAndDeamonScript/DungeonAndDemaonScript/GestionJeu.cpp b/DungeonAndDeamonScript/DungeonAndDemaonScript/GestionJeu.cpp index 57f260a..9af9367 100644 --- a/DungeonAndDeamonScript/DungeonAndDemaonScript/GestionJeu.cpp +++ b/DungeonAndDeamonScript/DungeonAndDemaonScript/GestionJeu.cpp @@ -51,7 +51,7 @@ void GestionJeu::_ready() void GestionJeu::_process() { - + gCollision->CheckCollisonSol(); } void GestionJeu::create_scene()