X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=plugins%2Fshaders%2Fplugin.cpp;h=4576a6416e7ef4502c60ddcd845414d36cf1437e;hp=3f2cc48351fc6d4780ef16caa5a7d209ac9ece4d;hb=HEAD;hpb=b7e36c120eb1546a6c6f97f30e42ab7f9a559c61 diff --git a/plugins/shaders/plugin.cpp b/plugins/shaders/plugin.cpp index 3f2cc483..6a24236d 100644 --- a/plugins/shaders/plugin.cpp +++ b/plugins/shaders/plugin.cpp @@ -19,8 +19,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "plugin.h" - #include "ishaders.h" #include "ifilesystem.h" #include "itextures.h" @@ -41,7 +39,8 @@ class ShadersDependencies : ImageModuleRef m_bitmapModule; public: ShadersDependencies() : - m_bitmapModule( "bmp" ){ + //m_bitmapModule( "bmp" ){ + m_bitmapModule( "png" ){ } ImageModuleRef& getBitmapModule(){ return m_bitmapModule;