Skip to content

Commit

Permalink
A collision bug found by @42bs after many hours of intensive searching!
Browse files Browse the repository at this point in the history
  • Loading branch information
laoo committed Dec 19, 2023
1 parent ab88560 commit 6fc2373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libFelix/SuzyProcess.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ SuzyProcess::ProcessCoroutine SuzyProcess::process()
}

bool disableCollisions = suzy.mNoCollide ||
( ( suzy.mSprColl & Suzy::SPRCOLL::NO_COLLIDE ) == 1 ) ||
( ( suzy.mSprColl & Suzy::SPRCOLL::NO_COLLIDE ) == Suzy::SPRCOLL::NO_COLLIDE ) ||
( suzy.mSpriteType == Suzy::Sprite::BACKNONCOLL ) ||
( suzy.mSpriteType == Suzy::Sprite::NONCOLL );
bool everon = false;
Expand Down

0 comments on commit 6fc2373

Please sign in to comment.