mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 07:19:14 +02:00
Move to previous line
This commit is contained in:
parent
d993fd52f2
commit
14a591c5d8
1 changed files with 1 additions and 2 deletions
|
@ -35,8 +35,7 @@ ApplicationOverlay::~ApplicationOverlay() {
|
||||||
|
|
||||||
const float WHITE_TEXT[] = { 0.93f, 0.93f, 0.93f };
|
const float WHITE_TEXT[] = { 0.93f, 0.93f, 0.93f };
|
||||||
|
|
||||||
void renderControllerPointer()
|
void renderControllerPointer() {
|
||||||
{
|
|
||||||
Application* application = Application::getInstance();
|
Application* application = Application::getInstance();
|
||||||
QGLWidget* glWidget = application->getGLWidget();
|
QGLWidget* glWidget = application->getGLWidget();
|
||||||
MyAvatar* myAvatar = application->getAvatar();
|
MyAvatar* myAvatar = application->getAvatar();
|
||||||
|
|
Loading…
Reference in a new issue