mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 14:22:06 +02:00
fix test interface
This commit is contained in:
parent
be23668ca8
commit
e2826d311f
1 changed files with 1 additions and 0 deletions
|
@ -425,6 +425,7 @@ protected:
|
|||
return vec3();
|
||||
}
|
||||
|
||||
bool isAboutToQuit() const override { return false; }
|
||||
void postLambdaEvent(std::function<void()> f) override {}
|
||||
|
||||
qreal getDevicePixelRatio() override {
|
||||
|
|
Loading…
Reference in a new issue