소스 검색

The unused variable 'useFastBufs' has been re-added to ensure backward compatibility with projects that use it to do nothing

Wyatt Gillette 1 개월 전
부모
커밋
e1d4675cf2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      jme3-core/src/plugins/java/com/jme3/export/binary/BinaryExporter.java

+ 1 - 0
jme3-core/src/plugins/java/com/jme3/export/binary/BinaryExporter.java

@@ -137,6 +137,7 @@ public class BinaryExporter implements JmeExporter {
     private final ArrayList<Savable> contentKeys = new ArrayList<>();
 
     public static boolean debug = false;
+    public static boolean useFastBufs = true;
 
     /**
      * Constructs a new {@code BinaryExporter}.