mirror of
				https://github.com/edubart/otclient.git
				synced 2025-11-04 04:36:23 +01:00 
			
		
		
		
	Progress in SDL platform
This commit is contained in:
		@@ -63,8 +63,8 @@ function init()
 | 
			
		||||
 | 
			
		||||
  -- initialize in fullscreen mode on mobile devices
 | 
			
		||||
  if g_app.getOs() == "android" then
 | 
			
		||||
    g_window.setFullscreen(true)
 | 
			
		||||
    g_window.maximize()
 | 
			
		||||
    --g_window.setFullscreen(true)
 | 
			
		||||
  else
 | 
			
		||||
    -- window size
 | 
			
		||||
    local size = { width = 800, height = 600 }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user