khanghugo / gchimp

A collection of GoldSrc mapping tools in one application
GNU General Public License v3.0
4 stars 1 forks source link

Reduce Waddy RAM usage #11

Open khanghugo opened 3 days ago

khanghugo commented 3 days ago

Right now, it should use 2*n RAM because

  1. Waddy instance has WAD file data and
  2. texture data for rendering

For some reasons, it is 4*n now. Maybe impl Drop?