Skip to content

Commit

Permalink
Update DialogTriggerEntity.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemalqueza committed Apr 23, 2024
1 parent 7e1ed56 commit 7b010b8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Project II/Game/Source/DialogTriggerEntity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ bool DialogTrigger::Update(float dt)
physCreated = false;
}
}
if (texture!=NULL)
{
app->render->DrawTexture(texture, position.x, position.y);
}


return true;
}
Expand Down

0 comments on commit 7b010b8

Please sign in to comment.