Skip to content

Commit e1d4675

Browse files
authored
The unused variable 'useFastBufs' has been re-added to ensure backward compatibility with projects that use it to do nothing
1 parent f8a7a9d commit e1d4675

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ public class BinaryExporter implements JmeExporter {
137137
private final ArrayList<Savable> contentKeys = new ArrayList<>();
138138

139139
public static boolean debug = false;
140+
public static boolean useFastBufs = true;
140141

141142
/**
142143
* Constructs a new {@code BinaryExporter}.

0 commit comments

Comments
 (0)