Skip to content

Commit 19c7fc6

Browse files
(v2) Linux: use native browser in embedded game player.
1 parent 9f49ee5 commit 19c7fc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/v2/phasereditor/phasereditor.webrun.ui/src/phasereditor/webrun/ui/editors/GamePlayerEditor.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ public void createPartControl(Composite parent) {
9292
}
9393

9494
private static IGameBrowser createBrowserImpl(Composite parent) {
95-
if (PhaserEditorUI.isLinux()) {
96-
return new JavaFXBrowser(parent, SWT.NONE);
97-
}
95+
// if (PhaserEditorUI.isLinux()) {
96+
// return new JavaFXBrowser(parent, SWT.NONE);
97+
// }
9898
return new NativeBrowser(parent, SWT.NONE);
9999
}
100100

0 commit comments

Comments
 (0)