A pile of gross hacks, but works in a browser so it's all justified.
[mandelwow.git] / mandelwow.rs
index d3b86e6ee1aa0e49779386826dfee6797fc32bc9..8e759ef8013a1efc8943e0e78853063dca79a5fe 100644 (file)
@@ -30,7 +30,7 @@ fn mand(cx: f32, cy: f32) -> [f32; 3] {
 
 pub fn program(display: &glium::Display) -> glium::Program {
     return program!(display,
-        140 => {
+        100 => {
             vertex: include_str!("mandelwow.vert"),
             fragment: include_str!("mandelwow.frag"),
         }).unwrap();