HalfLifeAssetManager
HalfLifeAssetManager copied to clipboard
Reduce memory usage for undo commands
Some undo commands use more memory than necessary. Commands that store 2 sets of data, where the second set can be expressed as set 1 modified by some value, such as a scale, can have half its memory usage eliminated.
The changes required for #196 will make this process simpler.