Fix typo in sw renderer comment

This commit is contained in:
Jeroen de Baat 2021-07-21 11:53:32 +02:00 committed by Christoph Oelckers
parent 411b4976c0
commit 8ac8e31a61

View file

@ -55,7 +55,7 @@
#include "texturemanager.h" #include "texturemanager.h"
#include "d_main.h" #include "d_main.h"
// [BB] Use ZDoom's freelook limit for the sotfware renderer. // [BB] Use ZDoom's freelook limit for the software renderer.
// Note: ZDoom's limit is chosen such that the sky is rendered properly. // Note: ZDoom's limit is chosen such that the sky is rendered properly.
CUSTOM_CVAR (Bool, cl_oldfreelooklimit, false, CVAR_ARCHIVE | CVAR_GLOBALCONFIG | CVAR_NOINITCALL) CUSTOM_CVAR (Bool, cl_oldfreelooklimit, false, CVAR_ARCHIVE | CVAR_GLOBALCONFIG | CVAR_NOINITCALL)
{ {