mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 12:50:40 +02:00
Another fix to starfield warning.
This commit is contained in:
parent
57724cb569
commit
480eededfd
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ namespace starfield {
|
|||
|
||||
return false;
|
||||
}
|
||||
fprintf(stderr, "Stars.cpp: read %d stars, rendering %d\n",
|
||||
fprintf(stderr, "Stars.cpp: read %d stars, rendering %ld\n",
|
||||
_valRecordsRead, _ptrVertices->size());
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue