engine: platform: sdl: correct the message about glblit in ref_soft

This commit is contained in:
Alibek Omarov 2024-08-11 18:32:10 +03:00
parent e222a74960
commit 340871e03a

View file

@ -126,7 +126,7 @@ qboolean SW_CreateBuffer( int width, int height, uint *stride, uint *bpp, uint *
// if it is failed, it is not possible to draw with SDL in REF_SOFTWARE mode
if( !sw.win )
{
Sys_Warn("failed to initialize software output, try enable sw_glblit");
Sys_Warn( "failed to initialize software output, try running with -glblit flag" );
return false;
}