浏览代码

fix typo in get_screen_height_of_window

trethaller 2 年之前
父节点
当前提交
0f96cecb29
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libs/sdl/sdl/Sdl.hx

+ 1 - 1
libs/sdl/sdl/Sdl.hx

@@ -171,7 +171,7 @@ class Sdl {
 		return 0;
 		return 0;
 	}
 	}
 
 
-	@:hlNative("?sdl", "get_screen_height_of_display")
+	@:hlNative("?sdl", "get_screen_height_of_window")
 	static function get_screen_height_of_window(win: sdl.Window.WinPtr) : Int {
 	static function get_screen_height_of_window(win: sdl.Window.WinPtr) : Int {
 		return 0;
 		return 0;
 	}
 	}