mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 07:19:32 +02:00
fixed merge conflict
This commit is contained in:
parent
5c10ca5677
commit
442632f467
1 changed files with 2 additions and 2 deletions
|
@ -325,8 +325,8 @@ void init(void) {
|
|||
|
||||
handControl.setScreenDimensions(::screenWidth, ::screenHeight);
|
||||
|
||||
headMouseX = WIDTH /2;
|
||||
headMouseY = HEIGHT/2;
|
||||
headMouseX = ::screenWidth /2;
|
||||
headMouseY = ::screenHeight/2;
|
||||
|
||||
stars.readInput(starFile, starCacheFile, 0);
|
||||
|
||||
|
|
Loading…
Reference in a new issue