mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +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,
|
||||
Paint = Present + 1,
|
||||
Idle = Paint + 1,
|
||||
Lambda = Paint + 1
|
||||
Lambda = Idle + 1
|
||||
};
|
||||
|
||||
// FIXME? Empty methods, do we still need them?
|
||||
|
|
Loading…
Reference in a new issue