Explorar o código

fix typo in get_screen_height_of_window

trethaller %!s(int64=2) %!d(string=hai) anos
pai
achega
0f96cecb29
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 	}