Skip to content

Commit

Permalink
libdeng2: Use App's main clock for animations
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed May 19, 2013
1 parent f29a9d9 commit 7d84e9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/libdeng2/src/core/app.cpp
Expand Up @@ -85,6 +85,7 @@ DENG2_PIMPL(App)
mainThread = QThread::currentThread();

Clock::setAppClock(&clock);
Animation::setClock(&clock);

// Built-in systems.
systems.append(&fs);
Expand Down

0 comments on commit 7d84e9c

Please sign in to comment.