Skip to content

Commit

Permalink
Merge branch 'release/0.0.4'
Browse files Browse the repository at this point in the history
* release/0.0.4:
  enemy issue - fix
  build settings
  • Loading branch information
elton999 committed Apr 23, 2023
2 parents 32a77b6 + b6b350d commit 6fa9fc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

# Define required raylib variables
PROJECT_NAME ?= ProjectLight
RAYLIB_VERSION ?= 0.0.3
RAYLIB_VERSION ?= 0.0.4
RAYLIB_PATH ?= C:/raylib/raylib

# Define compiler path on Windows
Expand Down
1 change: 0 additions & 1 deletion src/Entities/Enemy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ void Enemy::ResetSettings()

void Enemy::Update(float dt)
{
return;
SetOnVisible();

if (!IsVisible())
Expand Down

0 comments on commit 6fa9fc0

Please sign in to comment.