summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/planet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/engine/planet.h')
-rw-r--r--src/graphics/engine/planet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/graphics/engine/planet.h b/src/graphics/engine/planet.h
index 54d8b55..e859cd7 100644
--- a/src/graphics/engine/planet.h
+++ b/src/graphics/engine/planet.h
@@ -51,6 +51,8 @@ struct Planet
std::string name;
//! Texture mapping
Math::Point uv1, uv2;
+
+ // TODO: make all textures transparent?
//! Transparent texture
bool transparent;