mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-17 19:20:49 +00:00
Merge branch 'fixbuild' into 'master'
Fix build for FreeBSD See merge request OpenMW/openmw!746
This commit is contained in:
commit
b49e63bd12
@ -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…
x
Reference in New Issue
Block a user