瀏覽代碼

Added a little comment

Florian DORMONT 10 年之前
父節點
當前提交
6e0ef0f750
共有 1 個文件被更改,包括 1 次插入0 次删除
  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.
 }