Fix assert throw error

This commit is contained in:
tong 2021-09-12 00:03:57 +02:00
parent c398c1181e
commit c24389813f
1 changed files with 1 additions and 1 deletions

View File

@ -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: