summaryrefslogtreecommitdiffhomepage
path: root/Label.h
diff options
context:
space:
mode:
Diffstat (limited to 'Label.h')
-rw-r--r--Label.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Label.h b/Label.h
index cfd5fc7..d33b069 100644
--- a/Label.h
+++ b/Label.h
@@ -15,4 +15,5 @@ struct Label
float length;
bool hover;
std::reference_wrapper<const Wreck> wreck;
+ Texture2D texture;
};