diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-11-30 19:19:24 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-11-30 19:19:24 +0000 |
| commit | bbb3db16cc7e6f2262a89da4bec9fc356d6c3c12 (patch) | |
| tree | 89ae4798a678e8925d3fe5c7b89ccd579aa20437 | |
| parent | d9a189571d94e656e137db115c1070ae161984ee (diff) | |
Fix comment.
| -rw-r--r-- | src/subtitle_asset.h | 2 |
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; |
