mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2025-02-20 18:22:03 +00:00
* Disable stdout/stderr redirection on Windows
This commit is contained in:
parent
b383ad18bc
commit
504bd58b90
1 changed files with 3 additions and 0 deletions
|
@ -650,5 +650,8 @@ void Sys_PlatformInit( void )
|
|||
}
|
||||
else
|
||||
SDL_VIDEODRIVER_externallySet = qfalse;
|
||||
|
||||
// Don't redirect to stdout.txt and stderr.txt
|
||||
_putenv( "SDL_STDIO_REDIRECT=0" );
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue