Explorar el Código

[ide] Fixed renaming erasing all sources in modified prefabs

Clément Espeute hace 11 meses
padre
commit
70caedcf67
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      hide/Ide.hx

+ 1 - 1
hide/Ide.hx

@@ -1555,7 +1555,7 @@ class FilterPathContext {
 		this.valueCurrent = valueCurrent;
 		valueChanged = null;
 		filterFn(this);
-		return valueChanged;
+		return changed ? valueChanged : valueCurrent;
 	}
 
 	public var getRef : () -> {str: String, ?goto: () -> Void};