fix spacing in NetworkGeometry method

This commit is contained in:
Stephen Birarda 2014-11-12 09:48:36 -08:00
parent 5415f8a350
commit 1e8e337fc7

View file

@ -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);