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

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