summaryrefslogtreecommitdiffhomepage
path: root/Label.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-05-15 18:01:38 +0200
committerAki <please@ignore.pl>2022-05-15 18:01:38 +0200
commite49474fc0dcff041a9fae2857273938481cc9ec9 (patch)
treeeb0dc5b7eceaa2ef9079385bacddd42c7f6c257c /Label.h
parent345bb237a7f682670a6107ae75afd948cc1f6ab6 (diff)
downloadderelict-e49474fc0dcff041a9fae2857273938481cc9ec9.zip
derelict-e49474fc0dcff041a9fae2857273938481cc9ec9.tar.gz
derelict-e49474fc0dcff041a9fae2857273938481cc9ec9.tar.bz2
Expanded label rendering
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 25d9d4f..688dead 100644
--- a/Label.h
+++ b/Label.h
@@ -8,4 +8,5 @@ struct Label
Vector2 pos;
Vector2 base;
float depth;
+ float length;
};