mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 18:02:13 +02:00
Merge branch 'master' of https://github.com/highfidelity/hifi into 21300
This commit is contained in:
commit
3c0eef1a90
1 changed files with 3 additions and 3 deletions
|
@ -137,9 +137,9 @@ public:
|
|||
|
||||
enum Event {
|
||||
Present = DisplayPlugin::Present,
|
||||
Paint = Present + 1,
|
||||
Idle = Paint + 1,
|
||||
Lambda = Paint + 1
|
||||
Paint,
|
||||
Idle,
|
||||
Lambda
|
||||
};
|
||||
|
||||
// FIXME? Empty methods, do we still need them?
|
||||
|
|
Loading…
Reference in a new issue