mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 14:52:46 +02:00
ARG
This commit is contained in:
parent
6da9e62037
commit
cb51aaab61
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ public:
|
||||||
Present = DisplayPlugin::Present,
|
Present = DisplayPlugin::Present,
|
||||||
Paint = Present + 1,
|
Paint = Present + 1,
|
||||||
Idle = Paint + 1,
|
Idle = Paint + 1,
|
||||||
Lambda = Paint + 1
|
Lambda = Idle + 1
|
||||||
};
|
};
|
||||||
|
|
||||||
// FIXME? Empty methods, do we still need them?
|
// FIXME? Empty methods, do we still need them?
|
||||||
|
|
Loading…
Reference in a new issue