Merge branch 'master' of https://github.com/highfidelity/hifi into 21300

This commit is contained in:
Johnathan Franck 2017-05-03 18:53:03 -04:00
commit 3c0eef1a90

View file

@ -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?