|
@@ -103,7 +103,7 @@ public class AwtPanel extends Canvas implements SceneProcessor {
|
|
public boolean checkVisibilityState(){
|
|
public boolean checkVisibilityState(){
|
|
if (!hasNativePeer.get()){
|
|
if (!hasNativePeer.get()){
|
|
if (strategy != null){
|
|
if (strategy != null){
|
|
- strategy.dispose();
|
|
|
|
|
|
+// strategy.dispose();
|
|
strategy = null;
|
|
strategy = null;
|
|
System.out.println("OGL: Not visible. Destroy strategy.");
|
|
System.out.println("OGL: Not visible. Destroy strategy.");
|
|
}
|
|
}
|