We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac791a commit 5522357Copy full SHA for 5522357
LuaSTG/LuaSTG/GameObject/GameObjectBentLaser.cpp
@@ -736,7 +736,7 @@ bool GameObjectBentLaser::BoundCheck() noexcept
736
auto& manager = LPOOL;
737
for (size_t i = 0u; i < m_Queue.size(); i++) {
738
LaserNode& n = m_Queue[i];
739
- if (!manager.isPointInBound(n.pos.x, n.pos.y)) {
+ if (manager.isPointInBound(n.pos.x, n.pos.y)) {
740
return true;
741
}
742
0 commit comments