[Scummvm-tracker] [ScummVM :: Bugs] #15331: FREESCAPE: width of rendered lines depends on the computer resolution
ScummVM :: Bugs
trac at scummvm.org
Tue Aug 20 10:43:53 UTC 2024
#15331: FREESCAPE: width of rendered lines depends on the computer resolution
------------------------+-------------------------------
Reporter: neuromancer | Owner: neuromancer
Type: defect | Status: new
Priority: normal | Component: Engine: Freescape
Version: | Keywords:
Game: |
------------------------+-------------------------------
The rendering of lines should be independent of the window resolution. The
current code contains a workaround, but it needs to be improved:
{{{
// It will not work in every OpenGL implementation since the
// spec doesn't require support for line widths other than 1
glLineWidth(MAX(2, g_system->getWidth() / 192));
}}}
--
Ticket URL: <https://bugs.scummvm.org/ticket/15331>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list