fix dumb typo in a comment

This commit is contained in:
AJ Kelly
2012-02-16 20:39:08 -06:00
parent cfef4bc5d0
commit 490feaf823
+1 -1
View File
@@ -486,7 +486,7 @@ void ScreenMapControllers2::TweenOnScreen()
// lua start
#include "LuaBinding.h"
/** @brief Allow Lua to have access to ScreenEdit. */
/** @brief Allow Lua to have access to ScreenMapControllers2. */
class LunaScreenMapControllers2: public Luna<ScreenMapControllers2>
{
public: