Skip to content

Commit

Permalink
Added texture file in data folder and changed the reference to it in …
Browse files Browse the repository at this point in the history
…OpenGLAbstraction.pde
  • Loading branch information
mistercrunch committed Jan 15, 2011
1 parent 2d91dc3 commit 30d784f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenGLAbstraction.pde
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ OpenGLAbstraction(){
//Loading textures
try {
if(LINUX_MODE)
texBall = TextureIO.newTexture(new File(dataPath("/home/mistercrunch/Code/Processing/particle2.png")), true);
texBall = TextureIO.newTexture(new File(dataPath("/home/mistercrunch/Code/Processing/MidiVisualization/data/particle2.png")), true);
else
texBall = TextureIO.newTexture(new File(dataPath("c:\\particle.png")), true);
}
Expand Down
Binary file added data/particle2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 30d784f

Please sign in to comment.