mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
Merge pull request #10373 from highfidelity/RC-38-HOTFIX
Build 38.1 Hotfix to fix event enum
This commit is contained in:
commit
a5d9df82a9
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