Skip to content

Commit

Permalink
test changes 12/31
Browse files Browse the repository at this point in the history
  • Loading branch information
Choons committed Dec 31, 2015
1 parent bce2e1a commit 404e59a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/com/dittybot/app/MixerGL.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ public class MixerGL implements Renderer {

private List<TrackControl> tCtrls = new ArrayList<TrackControl>(); //list to loop over to draw tracks

private int colorShaderID;
private int textureShaderID;
private int colorShaderID; //OpenGL uses to look up the color shader settings
private int textureShaderID; //
private int circleShaderID;
private int rrShaderID; //round rectangle shader

Expand Down

0 comments on commit 404e59a

Please sign in to comment.