Sfoglia il codice sorgente

Added a little comment

Florian DORMONT 10 anni fa
parent
commit
6e0ef0f750
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/TileRenderer.cpp

+ 1 - 0
src/TileRenderer.cpp

@@ -30,4 +30,5 @@ int TILERENDERER::get_tile_height() const
 
 TILERENDERER::~TileRenderer()
 {
+  // Nothing else than the current object is dynamically allocated, nothing should be done here atm.
 }