engine: platform: sdl: correct the message about glblit in ref_soft
This commit is contained in:
parent
e222a74960
commit
340871e03a
1 changed files with 1 additions and 1 deletions
|
@ -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 it is failed, it is not possible to draw with SDL in REF_SOFTWARE mode
|
||||||
if( !sw.win )
|
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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue