Merge pull request #10373 from highfidelity/RC-38-HOTFIX

Build 38.1 Hotfix to fix event enum
This commit is contained in:
Chris Collins 2017-05-03 19:21:10 -07:00 committed by GitHub
commit a5d9df82a9

View file

@ -137,9 +137,9 @@ public:
enum Event { enum Event {
Present = DisplayPlugin::Present, Present = DisplayPlugin::Present,
Paint = Present + 1, Paint,
Idle = Paint + 1, Idle,
Lambda = Paint + 1 Lambda
}; };
// FIXME? Empty methods, do we still need them? // FIXME? Empty methods, do we still need them?