v0.4.2: fixed bugs with new shader programs

This commit is contained in:
Evan Debenham
2016-09-05 03:25:16 -04:00
parent b70349256d
commit d754f17edd
2 changed files with 1 additions and 14 deletions

View File

@@ -48,6 +48,7 @@ public class NoosaScript extends Script {
public NoosaScript() {
super();
compile( shader() );
uCamera = uniform( "uCamera" );