mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-29 09:15:17 +02:00
added back stars file loading
This commit is contained in:
parent
abd7dfde8b
commit
a9b1aa727f
1 changed files with 1 additions and 1 deletions
|
@ -1653,7 +1653,7 @@ void Application::init() {
|
|||
_headMouseX = _mouseX = _glWidget->width() / 2;
|
||||
_headMouseY = _mouseY = _glWidget->height() / 2;
|
||||
|
||||
//_stars.readInput(STAR_FILE, STAR_CACHE_FILE, 0);
|
||||
_stars.readInput(STAR_FILE, STAR_CACHE_FILE, 0);
|
||||
|
||||
_myAvatar.init();
|
||||
_myAvatar.setPosition(START_LOCATION);
|
||||
|
|
Loading…
Reference in a new issue