浏览代码

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}.