Преглед изворни кода

[hl] fixed invalid primitive name

Nicolas Cannasse пре 3 година
родитељ
комит
09dbe21254
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      std/hl/Api.hx

+ 1 - 1
std/hl/Api.hx

@@ -47,6 +47,6 @@ extern class Api {
 	@:hlNative("?std", "sys_check_reload") static function checkReload( ?debugFile : hl.Bytes ) : Bool;
 	#end
 	#if (hl_ver >= version("1.13.0"))
-	@:hlNative("?std", "has_debugger") static function hasDebugger() : Bool;
+	@:hlNative("?std", "sys_has_debugger") static function hasDebugger() : Bool;
 	#end
 }