This repository has been archived by the owner on Nov 2, 2021. It is now read-only.
v2.2.1 - JVM crashing hotfix
This is the 8th release for EOCV-Sim
Changelog:
- Removed "Java memory" message in the title since it's practically useless for the end user
- Updated to Gradle 7.0 for Java 16+ support (#25)
Bugfixes:
- Fixed JVM crashing error caused by releasing all mats in a MatRecycler finalization (#26)
- Improved memory usage by deleting unused BufferedImageRecyclers, memory is now slightly freed when allocating or recycling buffered images of different sizes (which means that the memory usage is reduced a little bit when zooming in the viewport)