소스 검색

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;
 	}
 
-	@: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 {
 		return 0;
 	}