mirror of
				https://github.com/NoelFB/blah.git
				synced 2025-11-04 01:41:34 +08:00 
			
		
		
		
	SDL2 Platform::get_title didn't return the title
This commit is contained in:
		@ -437,7 +437,7 @@ void Platform::present()
 | 
			
		||||
 | 
			
		||||
const char* Platform::get_title()
 | 
			
		||||
{
 | 
			
		||||
	return nullptr;
 | 
			
		||||
	return SDL_GetWindowTitle(g_platform.window);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void Platform::set_title(const char* title)
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user