1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-21 01:24:21 +00:00

Minor demo tweak.

This commit is contained in:
jules 2013-11-19 10:06:20 +00:00
parent 18949c46f4
commit bf126b0aeb

View file

@ -675,7 +675,7 @@ struct OpenGLDemoClasses
openGLContext.extensions.glBindBuffer (GL_ARRAY_BUFFER, 0);
openGLContext.extensions.glBindBuffer (GL_ELEMENT_ARRAY_BUFFER, 0);
if (! isMouseButtonDown())
if (! isMouseButtonDownAnywhere())
rotation += (float) rotationSpeed;
}