mirror of
https://github.com/overte-org/overte.git
synced 2025-07-24 12:04:38 +02:00
Remove the +1s
This commit is contained in:
parent
07d3e482cf
commit
4d49ae5b09
1 changed files with 3 additions and 3 deletions
|
@ -137,9 +137,9 @@ public:
|
||||||
|
|
||||||
enum Event {
|
enum Event {
|
||||||
Present = DisplayPlugin::Present,
|
Present = DisplayPlugin::Present,
|
||||||
Paint = Present + 1,
|
Paint,
|
||||||
Idle = Paint + 1,
|
Idle,
|
||||||
Lambda = Idle + 1
|
Lambda
|
||||||
};
|
};
|
||||||
|
|
||||||
// FIXME? Empty methods, do we still need them?
|
// FIXME? Empty methods, do we still need them?
|
||||||
|
|
Loading…
Reference in a new issue