diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-29 16:22:14 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-01 23:43:00 +0200 |
| commit | 7192b355e9754b0551d219de26b387905287495c (patch) | |
| tree | a408842a1445c3a5adb4dfb2508a718ca7f9fa9e /src/verify.h | |
| parent | ad1b660b6b3132952bdc2d4e5682fa164c82dd37 (diff) | |
INVALID_TIMED_TEXT_FONT_SIZE_IN_BYTES: note -> size_in_bytes.
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verify.h b/src/verify.h index 1cb6acc0..73b1ab43 100644 --- a/src/verify.h +++ b/src/verify.h @@ -242,7 +242,7 @@ public: */ INVALID_TIMED_TEXT_SIZE_IN_BYTES, /** The total size of all a timed text asset's fonts is larger than 10MB [Bv2.1_7.2.1] - * note contains the invalid size in bytes + * size_in_bytes contains the invalid size in bytes * file contains the asset filename */ INVALID_TIMED_TEXT_FONT_SIZE_IN_BYTES, |
