updated ghoul reference

This commit is contained in:
Michael Nilsson
2016-06-14 10:08:24 -04:00
parent fd026dae53
commit 0ce4b50855
2 changed files with 4 additions and 1 deletions

View File

@@ -175,6 +175,9 @@ void IswaCygnet::render(const RenderData& data){
void IswaCygnet::update(const UpdateData& data){
if (!_enabled)
return;
// the texture resource is downloaded ahead of time, so we need to
// now if we are going backwards or forwards
double clockwiseSign = (Time::ref().deltaTime()>0) ? 1.0 : -1.0;