WINTERMUTE: Fix typo in warning text

This commit is contained in:
Gunnar Birke 2020-08-28 19:13:17 +02:00 committed by Paweł Kołodziejski
parent 8e972de226
commit 81476dfec2
2 changed files with 2 additions and 2 deletions

View file

@ -157,7 +157,7 @@ bool BaseRenderOpenGL3DShader::enableShadows() {
}
bool BaseRenderOpenGL3DShader::disableShadows() {
warning("BaseRenderOpenGL3DShader::disableDhadows not implemented yet");
warning("BaseRenderOpenGL3DShader::disableShadows not implemented yet");
return true;
}