Skip to content

Commit b75b0ad

Browse files
committed
disabled the auto-mem caching of the operations
1 parent eb997a7 commit b75b0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/neuronrobotics/bowlerstudio/scripting/cadoodle/CaDoodleFile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ private void placeCSGsInCache(CaDoodleOperation op, List<CSG> cachedCopy) {
202202
throw new RuntimeException(ex);
203203
}
204204
memoryCheck();
205-
cache.put(op, cachedCopy);
205+
//cache.put(op, cachedCopy);
206206
}
207207
private void clearCache(CaDoodleOperation key) {
208208
int opIndex = opToIndex(key);

0 commit comments

Comments
 (0)