From: namespace Date: Thu, 26 Apr 2007 13:11:36 +0000 (+0000) Subject: - Fixed another texcompression bug X-Git-Tag: xonotic-v0.7.0~16^2~12^2~131 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d1982064eeab419321984283d1523e3d4a9a222c;p=xonotic%2Fnetradiant.git - Fixed another texcompression bug git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@164 8a3a26a2-13c4-0310-b231-cf6edde360e5 --- diff --git a/CHANGES b/CHANGES index 638b1d44..df7bdaf1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,11 +1,14 @@ This is the changelog for developers, != changelog for the end user that we distribute with the binaries. (see changelog) +26/04/2007 +- Fixed another texcompression bug + 25/04/2007 - Fixed texcompression beeing disabled after each restart - Fixed gtk-searchpopup in treeviews -15/03/2007 +15/04/2007 namespace - Fixed brushexport2 output float-format (Shaderman) diff --git a/radiant/textures.cpp b/radiant/textures.cpp index cb445e4e..76a79704 100644 --- a/radiant/textures.cpp +++ b/radiant/textures.cpp @@ -594,6 +594,8 @@ void Textures_UpdateTextureCompressionFormat() if(!g_texturesmap->realised()) { texture_components = g_texture_globals.m_nTextureCompressionFormat; + if(texture_components == TEXTURECOMPRESSION_NONE) + texture_components = GL_RGBA; } else {