Merge pull request #44 from frustaci/patch-1

fix wrong log message in LWJGLUtil.java, credit to frustaci for patch.
This commit is contained in:
kappaOne 2013-09-03 03:04:44 -07:00
commit 76e400955f
1 changed files with 2 additions and 2 deletions

View File

@ -440,7 +440,7 @@ public class LWJGLUtil {
}
}
} catch (Exception e) {
log("Failure locating " + e + " using classloader:" + e);
log("Failure locating " + e + " using classloader:" + c);
}
return null;
}
@ -609,4 +609,4 @@ public class LWJGLUtil {
}
}
}