Re-enable lighting update for "Replace Blocks"
This commit is contained in:
parent
7d53403a29
commit
d5c3e3108f
@ -41,6 +41,6 @@ class FindReplaceBlocks(QtCore.QObject):
|
||||
else:
|
||||
selection = self.editorSession.currentDimension.bounds
|
||||
with command.begin():
|
||||
task = self.editorSession.currentDimension.fillBlocksIter(selection, replacements, updateLights=False)
|
||||
task = self.editorSession.currentDimension.fillBlocksIter(selection, replacements)
|
||||
showProgress("Replacing...", task)
|
||||
self.editorSession.pushCommand(command)
|
Reference in New Issue
Block a user