mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-18 22:37:16 +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 };
|
||||
|
||||
void renderControllerPointer()
|
||||
{
|
||||
void renderControllerPointer() {
|
||||
Application* application = Application::getInstance();
|
||||
QGLWidget* glWidget = application->getGLWidget();
|
||||
MyAvatar* myAvatar = application->getAvatar();
|
||||
|
|
Loading…
Reference in a new issue