Commit a306eae8 authored by Igor Demin's avatar Igor Demin

MacOsOpenGLRedrawer, add a comment about native call

parent 80002b14
...@@ -142,7 +142,7 @@ private abstract class AWTGLLayer(private val containerPtr: Long, setNeedsDispla ...@@ -142,7 +142,7 @@ private abstract class AWTGLLayer(private val containerPtr: Long, setNeedsDispla
// Called in AppKit Thread // Called in AppKit Thread
protected open fun canDraw() = true protected open fun canDraw() = true
@Suppress("unused") @Suppress("unused") // called from native code
private fun performDraw() { private fun performDraw() {
try { try {
draw() draw()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment