소스 검색

Resolve Conflicts

Ryan McDonough 1 개월 전
부모
커밋
5f779cf0e9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      jme3-core/src/main/java/com/jme3/system/AppSettings.java

+ 1 - 0
jme3-core/src/main/java/com/jme3/system/AppSettings.java

@@ -1588,6 +1588,7 @@ public final class AppSettings extends HashMap<String, Object> {
             }
             logger.log(Level.INFO, sb.toString());
         }
+    }
     /**
      * Sets the preferred native platform for creating the GL context on Linux distributions.
      * <p>