mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:24:07 +02:00
fix spacing in NetworkGeometry method
This commit is contained in:
parent
5415f8a350
commit
1e8e337fc7
1 changed files with 1 additions and 1 deletions
|
@ -770,8 +770,8 @@ QStringList NetworkGeometry::getTextureNames() const {
|
|||
}
|
||||
|
||||
void NetworkGeometry::replaceTexturesWithPendingChanges() {
|
||||
|
||||
QHash<QString, QUrl>::Iterator it = _pendingTextureChanges.begin();
|
||||
|
||||
while (it != _pendingTextureChanges.end()) {
|
||||
setTextureWithNameToURL(it.key(), it.value());
|
||||
it = _pendingTextureChanges.erase(it);
|
||||
|
|
Loading…
Reference in a new issue