Skip to content

Commit

Permalink
compatibility with Bites changes in 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Feb 10, 2018
1 parent 8728d3f commit 1865708
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ class Sample_ParticleUniverseDemo : public OgreBites::ApplicationContext, public
-----------------------------------------------------------------------*/
bool keyPressed(const OgreBites::KeyboardEvent& evt)
{
using namespace OgreBites;
if (evt.keysym.sym == SDLK_ESCAPE)
{
getRoot()->queueEndRendering();
Expand Down

0 comments on commit 1865708

Please sign in to comment.