Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

Commit

Permalink
New .exe on Game
Browse files Browse the repository at this point in the history
  • Loading branch information
ch0m5 committed Nov 18, 2018
1 parent 241dd22 commit 7ad9cab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified Get Hooked/Game/Get Hooked.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion Get Hooked/Motor2D/Entity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ bool Entity::IsDead() const

void Entity::Draw(SDL_Rect* animRect) const
{
if (lookingRight == true) {
if (lookingRight) {
App->render->Blit(graphics, (int)position.x, (int)position.y, animRect, SDL_FLIP_NONE);
}
else {
Expand Down

0 comments on commit 7ad9cab

Please sign in to comment.