mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 22:15:32 +00:00
Minor addition to reading display
This commit is contained in:
parent
99eb78fc19
commit
314c1161ae
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ namespace
|
|||
|
||||
osg::GraphicsContext::ScreenIdentifier si;
|
||||
si.readDISPLAY();
|
||||
if (si.displayNum<0) si.displayNum = 0;
|
||||
traits->displayNum = si.displayNum;
|
||||
traits->screenNum = si.screenNum;
|
||||
traits->hostName = si.hostName;
|
||||
|
|
Loading…
Reference in a new issue