Update comment

This commit is contained in:
Mylloon 2022-05-09 11:35:20 +02:00
parent b84f7301d1
commit 70f3f4f197
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -42,7 +42,7 @@ class QuadTree {
~QuadTree(void);
// Renvoie l'image compressée
// Renvoie l'image avec un certain niveau de compression
SDL_Surface * image(short);
};