Fixed silly copy and paste error in my new code

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8068 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2011-03-26 17:35:42 +00:00
parent 21ce4cd15a
commit 1d60d24d48

View File

@ -105,7 +105,7 @@ public:
gui::IGUIEnvironment *getGUI() const { return m_gui_env; }
//irr::gui::IGUIFont *getRaceFont() const { return m_race_font; }
video::ITexture* IrrDriver::applyMask(video::ITexture* texture, const std::string& mask_path);
video::ITexture *applyMask(video::ITexture* texture, const std::string& mask_path);
void displayFPS();
/** this is not really used to process events, it's only used to shut down irrLicht's