Skip to content

Commit c3cc3fd

Browse files
committed
make comment more informative
1 parent d0eecaf commit c3cc3fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py5_jar/src/main/java/py5/core/Sketch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ public void draw() {
261261
}
262262

263263
if (frameCount == 1 && platform == LINUX && g.isGL()) {
264-
// Linux and OpenGL need to capture pixels after the last draw() call
264+
// Linux with KDE Plasma window manager and OpenGL need to capture pixels after the last draw() call
265265
capturePixels();
266266
}
267267
}

0 commit comments

Comments
 (0)