From 7b010b8e9d320f53d650be2209ab7a1d19d7ad89 Mon Sep 17 00:00:00 2001 From: guillemal Date: Tue, 23 Apr 2024 23:43:21 +0200 Subject: [PATCH] Update DialogTriggerEntity.cpp --- Project II/Game/Source/DialogTriggerEntity.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Project II/Game/Source/DialogTriggerEntity.cpp b/Project II/Game/Source/DialogTriggerEntity.cpp index 8d7d6ab..2830be7 100644 --- a/Project II/Game/Source/DialogTriggerEntity.cpp +++ b/Project II/Game/Source/DialogTriggerEntity.cpp @@ -79,11 +79,6 @@ bool DialogTrigger::Update(float dt) physCreated = false; } } - if (texture!=NULL) - { - app->render->DrawTexture(texture, position.x, position.y); - } - return true; }