diff Renderer/Engine/TextureHash.h @ 1047:6a80ca9a65d9

broken texure ( h/w != 2^n ) protection
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 08 Dec 2010 05:38:45 +0900
parents 735f76483bb2
children
line wrap: on
line diff
--- a/Renderer/Engine/TextureHash.h	Wed Dec 08 02:41:36 2010 +0900
+++ b/Renderer/Engine/TextureHash.h	Wed Dec 08 05:38:45 2010 +0900
@@ -16,6 +16,7 @@
     ~TextureHash(void);
     int hash_function(const char* image_name);
     int hash_regist(const char* image_name, int &tx_id);
+    void remove(int id) {  table[id].tx_id = -1; }
 };
 
 #endif