clooneljump/src/moveroneshot.cpp
King_DuckZ 28bd73a1f7 PNG loading and major refactoring.
PNG loading is not working properly yet.
2014-02-21 21:51:56 +01:00

11 lines
370 B
C++

#include "moveroneshot.hpp"
namespace cloonel {
///--------------------------------------------------------------------------
///--------------------------------------------------------------------------
void MoverOneShot::ApplyMotion (float parDelta) {
Update(parDelta);
const float2 offs(GetOffset());
ApplyOffsetToPlaceables(offs);
}
} //namespace cloonel