Closed wolfbiter closed 11 years ago
when running demo 02 in the examples directory, this threw an error:
(t/start "examples/disco.glsl" :width 800 :height 600 :textures [:iOvertoneAudio])
this worked: (t/start "examples/disco.glsl" :width 800 :height 600 :textures [:overtone-audio])
Yes, thanks for pointing this out. The next push will fix this.
fixed with fbd5bc69672cc38d24ff94a54b5315b4760215e7
when running demo 02 in the examples directory, this threw an error:
(t/start "examples/disco.glsl" :width 800 :height 600 :textures [:iOvertoneAudio])
this worked: (t/start "examples/disco.glsl" :width 800 :height 600 :textures [:overtone-audio])