summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-11-30 19:19:24 +0000
committerCarl Hetherington <cth@carlh.net>2014-11-30 19:19:24 +0000
commitbbb3db16cc7e6f2262a89da4bec9fc356d6c3c12 (patch)
tree89ae4798a678e8925d3fe5c7b89ccd579aa20437 /src
parentd9a189571d94e656e137db115c1070ae161984ee (diff)
Fix comment.
Diffstat (limited to 'src')
-rw-r--r--src/subtitle_asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h
index 1571e569..0fa881a5 100644
--- a/src/subtitle_asset.h
+++ b/src/subtitle_asset.h
@@ -123,7 +123,7 @@ private:
Time _in;
Time _out;
/** Vertical position as a proportion of the screen height from the top
- * (between 0 and 1)
+ * (between 0 and 100).
*/
float _v_position;
VAlign _v_align;