Minor cleanup

This commit is contained in:
Alexander Szpakowski
2013-01-04 05:05:25 -04:00
parent dcf9825226
commit 37191a5953
5 changed files with 36 additions and 30 deletions
@@ -436,7 +436,7 @@ int w_newCanvas(lua_State *L)
int w_newShaderEffect(lua_State *L)
{
if (!ShaderEffect::isSupported())
return luaL_error(L, "Sorry, your graphics card does not support pixel effects.");
return luaL_error(L, "Sorry, your graphics card does not support shader effects.");
try
{