mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-21 17:39:40 +00:00
Merge branch 'fixbuild' into 'master'
Fix build for FreeBSD See merge request OpenMW/openmw!746
This commit is contained in:
commit
b49e63bd12
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ namespace Misc
|
|||
{
|
||||
void setCurrentThreadIdlePriority()
|
||||
{
|
||||
rtprio prio;
|
||||
struct rtprio prio;
|
||||
prio.type = RTP_PRIO_IDLE;
|
||||
prio.prio = RTP_PRIO_MAX;
|
||||
if (rtprio_thread(RTP_SET, 0, &prio) == 0)
|
||||
|
|
Loading…
Reference in a new issue