From de8b1db0f3abc78b56c38b2456989f38a15cbb87 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 7 Oct 2005 02:00:42 +0000 Subject: [PATCH] typo --- stepmania/src/ActorFrame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ActorFrame.h b/stepmania/src/ActorFrame.h index c5a6c8e41f..7568ee07da 100644 --- a/stepmania/src/ActorFrame.h +++ b/stepmania/src/ActorFrame.h @@ -76,7 +76,7 @@ protected: float m_fFOV; // -1 = no change float m_fVanishX; float m_fVanishY; - bool m_bOverrideLighting; // if true, set ligthing to m_bLighting + bool m_bOverrideLighting; // if true, set lighting to m_bLighting bool m_bLighting; };