From 1d60d24d481327105a95ba1f5d09d88e4f001711 Mon Sep 17 00:00:00 2001 From: auria Date: Sat, 26 Mar 2011 17:35:42 +0000 Subject: [PATCH] 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 --- src/graphics/irr_driver.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphics/irr_driver.hpp b/src/graphics/irr_driver.hpp index 855dd6c68..05d90610e 100644 --- a/src/graphics/irr_driver.hpp +++ b/src/graphics/irr_driver.hpp @@ -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