From c24389813facecf42e44e189f8b7d7b7dece4083 Mon Sep 17 00:00:00 2001 From: tong Date: Sun, 12 Sep 2021 00:03:57 +0200 Subject: [PATCH] Fix assert throw error --- Sources/armory/system/Assert.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/armory/system/Assert.hx b/Sources/armory/system/Assert.hx index 22122994..977fb7e9 100644 --- a/Sources/armory/system/Assert.hx +++ b/Sources/armory/system/Assert.hx @@ -48,7 +48,7 @@ class Assert { #if arm_assert_quit kha.System.stop(); #end @:pos(condition.pos) - @:privateAccess throwAssertionError($v{condition.toString()}, ${message}); + @:privateAccess armory.system.Assert.throwAssertionError($v{condition.toString()}, ${message}); } } default: