From 12f4fca418e8b82b5dd43b288136a6301bbfd5ec Mon Sep 17 00:00:00 2001
From: Rudolf Polzer <divverent@xonotic.org>
Date: Sat, 13 Jul 2013 11:21:53 +0200
Subject: [PATCH] fix glassx shader

---
 scripts/glassx.shader                           |   4 ++--
 textures/glassx/{ => base}/hexglass.tga         | Bin
 textures/glassx/{ => base}/hexglass_gloss.tga   | Bin
 textures/glassx/{ => base}/hexglass_norm.tga    | Bin
 textures/glassx/{ => base}/hexglass_reflect.tga | Bin
 5 files changed, 2 insertions(+), 2 deletions(-)
 rename textures/glassx/{ => base}/hexglass.tga (100%)
 rename textures/glassx/{ => base}/hexglass_gloss.tga (100%)
 rename textures/glassx/{ => base}/hexglass_norm.tga (100%)
 rename textures/glassx/{ => base}/hexglass_reflect.tga (100%)

diff --git a/scripts/glassx.shader b/scripts/glassx.shader
index 2640690e..4d5f7a5e 100644
--- a/scripts/glassx.shader
+++ b/scripts/glassx.shader
@@ -1,7 +1,7 @@
 textures/glassx/hexglass
 {
 	q3map_bouncescale 3
-	qer_editorimage textures/glassx/hexglass.tga
+	qer_editorimage textures/glassx/base/hexglass.tga
 	dpreflectcube cubemaps/default/sky
 	dpnoshadow
 	surfaceparm trans
@@ -9,7 +9,7 @@ textures/glassx/hexglass
 	q3map_lightmapSampleSize 64
 	cull none
  	{
-		map textures/glassx/hexglass.tga
+		map textures/glassx/base/hexglass.tga
 		blendfunc blend
 		rgbgen lightingDiffuse
 	}
diff --git a/textures/glassx/hexglass.tga b/textures/glassx/base/hexglass.tga
similarity index 100%
rename from textures/glassx/hexglass.tga
rename to textures/glassx/base/hexglass.tga
diff --git a/textures/glassx/hexglass_gloss.tga b/textures/glassx/base/hexglass_gloss.tga
similarity index 100%
rename from textures/glassx/hexglass_gloss.tga
rename to textures/glassx/base/hexglass_gloss.tga
diff --git a/textures/glassx/hexglass_norm.tga b/textures/glassx/base/hexglass_norm.tga
similarity index 100%
rename from textures/glassx/hexglass_norm.tga
rename to textures/glassx/base/hexglass_norm.tga
diff --git a/textures/glassx/hexglass_reflect.tga b/textures/glassx/base/hexglass_reflect.tga
similarity index 100%
rename from textures/glassx/hexglass_reflect.tga
rename to textures/glassx/base/hexglass_reflect.tga
-- 
2.39.5