Skip to content
Snippets Groups Projects
Commit 82492f35 authored by Lactozilla's avatar Lactozilla :speech_balloon:
Browse files

DoScreenWipe is void

parent af7b4795
Branches
Tags
1 merge request!724OpenGL shaders
......@@ -121,7 +121,7 @@ static loadfunc_t hwdFuncTable[] = {
{"FlushScreenTextures@0",&hwdriver.pfnFlushScreenTextures},
{"StartScreenWipe@0", &hwdriver.pfnStartScreenWipe},
{"EndScreenWipe@0", &hwdriver.pfnEndScreenWipe},
{"DoScreenWipe@4", &hwdriver.pfnDoScreenWipe},
{"DoScreenWipe@0", &hwdriver.pfnDoScreenWipe},
{"DrawIntermissionBG@0",&hwdriver.pfnDrawIntermissionBG},
{"MakeScreenTexture@0", &hwdriver.pfnMakeScreenTexture},
{"MakeScreenFinalTexture@0", &hwdriver.pfnMakeScreenFinalTexture},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment