Move to previous line

This commit is contained in:
barnold1953 2014-06-11 17:35:50 -07:00
parent d993fd52f2
commit 14a591c5d8

View file

@ -35,8 +35,7 @@ ApplicationOverlay::~ApplicationOverlay() {
const float WHITE_TEXT[] = { 0.93f, 0.93f, 0.93f };
void renderControllerPointer()
{
void renderControllerPointer() {
Application* application = Application::getInstance();
QGLWidget* glWidget = application->getGLWidget();
MyAvatar* myAvatar = application->getAvatar();