Skip to content

Commit

Permalink
Renumber textures to match shadertoy texture picker
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed May 27, 2015
1 parent 0cbbb06 commit 2e86827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ const char *g_fileTextures[] = {
"tex10.png",
"tex11.png",
"tex12.png",
"tex14.png",
"tex15.png",
"tex16.png"
"tex16.png",
"tex14.png",
};

#if defined(HAS_GLES)
Expand Down

0 comments on commit 2e86827

Please sign in to comment.