Browse Source

and fix another minor bug in the new effect file

jp9000 12 years ago
parent
commit
fa0a65a41c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build/data/effects/default.effect

+ 1 - 1
build/data/effects/default.effect

@@ -1,6 +1,6 @@
 uniform float4x4 ViewProj;
 uniform float4x4 yuv_matrix;
-texture2d tex;
+uniform texture2d tex;
 
 sampler_state def_sampler {
 	Filter   = Linear;