We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a7a9d commit e1d4675Copy full SHA for e1d4675
jme3-core/src/plugins/java/com/jme3/export/binary/BinaryExporter.java
@@ -137,6 +137,7 @@ public class BinaryExporter implements JmeExporter {
137
private final ArrayList<Savable> contentKeys = new ArrayList<>();
138
139
public static boolean debug = false;
140
+ public static boolean useFastBufs = true;
141
142
/**
143
* Constructs a new {@code BinaryExporter}.
0 commit comments