mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 11:44:36 +00:00
Move items from Debug tab in advanced settings to other tabs to avoid acidentally setting it,
reseting most of them by renaming.
This commit is contained in:
@@ -1628,7 +1628,7 @@ public class SWFInputStream implements AutoCloseable {
|
||||
logger.log(Level.SEVERE, "Problem in " + timelined.toString(), ex);
|
||||
}
|
||||
|
||||
if (Configuration.debugMode.get()) {
|
||||
if (Configuration._debugMode.get()) {
|
||||
byte[] data = ret.getOriginalData();
|
||||
byte[] dataNew = ret.getData();
|
||||
int ignoreFirst = 0;
|
||||
|
||||
Reference in New Issue
Block a user