Skip to content

Commit

Permalink
just a commit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Choons committed Dec 29, 2015
1 parent 21a503c commit 5d8123f
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 1 deletion.
Binary file modified bin/classes/com/dittybot/app/MixerGL$Header.class
Binary file not shown.
Binary file modified bin/classes/com/dittybot/app/MixerGL$RoundCorner.class
Binary file not shown.
Binary file modified bin/classes/com/dittybot/app/MixerGL$RoundRect.class
Binary file not shown.
Binary file modified bin/classes/com/dittybot/app/MixerGL$RoundRect2.class
Binary file not shown.
Binary file modified bin/classes/com/dittybot/app/MixerGL$TrackBlocks.class
Binary file not shown.
Binary file modified bin/classes/com/dittybot/app/MixerGL$TrackControl.class
Binary file not shown.
Binary file modified bin/classes/com/dittybot/app/MixerGL.class
Binary file not shown.
7 changes: 6 additions & 1 deletion src/com/dittybot/app/MixerGL.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
package com.dittybot.app;

/**
* this is the class that handles drawing all the OpenGL
* graphics for SongMixer
*/

import java.lang.reflect.Field;
import java.lang.reflect.Method;
import java.nio.Buffer;
Expand Down Expand Up @@ -100,7 +105,7 @@ public void init_tCtrl(String imgPath, float size, float ledWidth) {
tCtrls.add(tCtrl);
}

public void init_rndRect() {
public void init_rndRect() {
System.out.println("init_rndRect()");
float[] color = {0.1f, 0.4f, 0.4f, 1.0f};

Expand Down

0 comments on commit 5d8123f

Please sign in to comment.