]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/shaders/plugin.cpp
Wrap gtkutil/entry
[xonotic/netradiant.git] / plugins / shaders / plugin.cpp
index 3f2cc48351fc6d4780ef16caa5a7d209ac9ece4d..4576a6416e7ef4502c60ddcd845414d36cf1437e 100644 (file)
@@ -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,7 @@ class ShadersDependencies :
 ImageModuleRef m_bitmapModule;
 public:
 ShadersDependencies() :
-       m_bitmapModule( "bmp" ){
+       m_bitmapModule( "png" ){
 }
 ImageModuleRef& getBitmapModule(){
        return m_bitmapModule;