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
// Called in AppKit Thread
protected open fun canDraw() = true
@Suppress("unused")
@Suppress("unused") // called from native code
private fun performDraw() {
try {
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