mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 14:39:45 +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);
|
handControl.setScreenDimensions(::screenWidth, ::screenHeight);
|
||||||
|
|
||||||
headMouseX = WIDTH /2;
|
headMouseX = ::screenWidth /2;
|
||||||
headMouseY = HEIGHT/2;
|
headMouseY = ::screenHeight/2;
|
||||||
|
|
||||||
stars.readInput(starFile, starCacheFile, 0);
|
stars.readInput(starFile, starCacheFile, 0);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue