Skip to content

Commit

Permalink
Fix STBImage class path
Browse files Browse the repository at this point in the history
  • Loading branch information
Spasi committed Jul 6, 2015
1 parent e2a3749 commit c4e1f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/src/test/java/org/lwjgl/demo/glfw/Events.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ private static void demo() {
System.out.println("Window opened.");

try {
Class.forName("STBImage"); // Skip if the stb bindings are not available
Class.forName("org.lwjgl.stb.STBImage"); // Skip if the stb bindings are not available

ByteBuffer png;
try {
Expand Down

0 comments on commit c4e1f9b

Please sign in to comment.