Merge pull request #257 from robojumper/d_lyt_map_more

some more map things
This commit is contained in:
robojumper
2025-11-22 15:43:26 +01:00
committed by GitHub
50 changed files with 9490 additions and 773 deletions
+1 -1
View File
@@ -439,7 +439,7 @@ f32 dTextBox_c::GetLinesHeight() const {
return totalHeight;
}
f32 dTextBox_c::GetUnkWidthRatio() const {
f32 dTextBox_c::getLineDrawWidth() const {
return GetLineWidth(nullptr) / dGfx_c::get16x9to4x3WidthScaleF();
}