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 a535a50 commit 09a8347Copy full SHA for 09a8347
src/badguy/viciousivy.cpp
@@ -106,7 +106,7 @@ ViciousIvy::active_update(float dt_sec)
106
floatbox.set_bottom(get_bbox().get_bottom() + 8.f);
107
108
const bool ignore_unisolid = on_top_of_water || m_physic.get_velocity_y() < 0.0f;
109
- bool float_here = (Sector::get().is_free_of_statics(floatbox, nullptr, ignore_unisolid));
+ bool float_here = (Sector::get().is_free_of_movingstatics(floatbox, this, ignore_unisolid));
110
111
if (in_water)
112
{
0 commit comments