Nicolas Cannasse %!s(int64=4) %!d(string=hai) anos
pai
achega
caf40eb56f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      hrt/prefab/rfx/Configurator.hx

+ 1 - 1
hrt/prefab/rfx/Configurator.hx

@@ -152,7 +152,7 @@ class Configurator extends RendererFX {
 				}
 			if( errorMessage != null ) {
 				#if !editor
-				throw e;
+				throw errorMessage;
 				#else
 				if( errorTarget != null ) errorTarget.text(errorMessage);
 				#end