X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=r_modules.c;h=df260db6780f1de6006ebd44c4877e12a9948c34;hb=74114c15d518859de79175ce60347ce6d959f81c;hp=b1909685ef462b44020439e9eb4d07e5a30212ff;hpb=d159736a199e4043ed98cde48f6d5716ec40845c;p=xonotic%2Fdarkplaces.git diff --git a/r_modules.c b/r_modules.c index b1909685..df260db6 100644 --- a/r_modules.c +++ b/r_modules.c @@ -76,6 +76,7 @@ void R_Modules_Shutdown(void) void R_Modules_Restart(void) { + Host_StartVideo(); Con_Print("restarting renderer\n"); R_Modules_Shutdown(); R_Modules_Start();