fufihiuse / Slorpus-Slaughter-VII

106 group game
4 stars 0 forks source link

Implement IDispose #59

Open the-argus opened 2 years ago

the-argus commented 2 years ago

make IDraw inherit from IDispose, or maybe a separate one called IDrawTexture if we want. We need to start disposing of Texture2Ds whenever things get created and destroyed, otherwise we will have a slight memory leak.