WINTERMUTE: Fix typo in warning text
This commit is contained in:
parent
8e972de226
commit
81476dfec2
2 changed files with 2 additions and 2 deletions
|
@ -157,7 +157,7 @@ bool BaseRenderOpenGL3DShader::enableShadows() {
|
|||
}
|
||||
|
||||
bool BaseRenderOpenGL3DShader::disableShadows() {
|
||||
warning("BaseRenderOpenGL3DShader::disableDhadows not implemented yet");
|
||||
warning("BaseRenderOpenGL3DShader::disableShadows not implemented yet");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue