Browse Source

don't throw on constraint errors

trethaller 4 years ago
parent
commit
ec9d60abac
1 changed files with 0 additions and 1 deletions
  1. 0 1
      hrt/prefab/Context.hx

+ 0 - 1
hrt/prefab/Context.hx

@@ -83,7 +83,6 @@ package hrt.prefab;
 			if( v == null ) {
 				var parts2 = path.split(".");
 				for( i in 0...parts.length ) parts2.pop();
-				shared.onError("Object not found " + parts2.join("."));
 				return null;
 			}
 			root = v;