mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 18:17:08 +02:00
comment
This commit is contained in:
parent
278ed96f14
commit
f1de9cabe9
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ void Environment::renderAtmospheres(Camera& camera) {
|
|||
QMutexLocker locker(&_mutex);
|
||||
|
||||
foreach (const ServerData& serverData, _data) {
|
||||
// TODO: do something about EnvironmentData
|
||||
foreach (const EnvironmentData& environmentData, serverData) {
|
||||
renderAtmosphere(camera, environmentData);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue