LwjglContext: correct a typo in a log message
This commit is contained in:
parent
bbf1f73a89
commit
64d0e00a49
@ -261,7 +261,7 @@ public abstract class LwjglContext implements JmeContext {
|
|||||||
|
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
protected void initOpenCL() {
|
protected void initOpenCL() {
|
||||||
logger.info("Initialize OpenCL wiht LWJGL2");
|
logger.info("Initialize OpenCL with LWJGL2");
|
||||||
|
|
||||||
try {
|
try {
|
||||||
CL.create();
|
CL.create();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user