Fixed broken video texture example.

Hope it's the last one. Also here performance is ok.
This commit is contained in:
alteredq
2011-04-02 21:06:37 +02:00
parent a719d289cc
commit 5a684c29ea
+1 -1
View File
@@ -137,7 +137,7 @@
material = materials[ cube_count ];
material.program = material_base.program;
//material.program = material_base.program;
material.hue = i/xgrid;
material.saturation = j/ygrid;