mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 23:14:19 +00:00
moved Sys.log to LWJGLUtils and renamed property to org.lwjgl.util.Debug
This commit is contained in:
parent
c9fc024fa4
commit
ad8d7676c2
18 changed files with 89 additions and 83 deletions
|
|
@ -63,7 +63,7 @@ abstract class J2SESysImplementation extends DefaultSysImplementation {
|
|||
return (String)transferable.getTransferData(java.awt.datatransfer.DataFlavor.stringFlavor);
|
||||
}
|
||||
} catch (Exception e) {
|
||||
Sys.log("Exception while getting clipboard: " + e);
|
||||
LWJGLUtil.log("Exception while getting clipboard: " + e);
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue