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 c76e196 commit eb084d9Copy full SHA for eb084d9
src/badguy/yeti_stalactite.cpp
@@ -73,6 +73,7 @@ YetiStalactite::update(float dt_sec)
73
// Attempt to minimize any potential collisions during this process.
74
set_action("default");
75
set_pos(m_start_position);
76
+ m_physic.set_velocity(0, 0);
77
set_colgroup_active(COLGROUP_TOUCHABLE);
78
}
79
0 commit comments