luciusDXL / TheForceEngine

Modern "Jedi Engine" replacement supporting Dark Forces, mods, and in the future Outlaws.

Home Page:https://TheForceEngine.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game Settings screen: green text is cut off at small window sizes

kevinfoley opened this issue · comments

Game Source Data text cutoff

This can be fixed by using ImGui::TextWrapped() instead of ImGui::LabelText().

Thanks for the report.