diff options
Diffstat (limited to 'src/GLView.h')
-rw-r--r-- | src/GLView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GLView.h b/src/GLView.h index 165c634..bdd5538 100644 --- a/src/GLView.h +++ b/src/GLView.h @@ -54,6 +54,7 @@ public: virtual bool save(const char *filename) = 0; virtual std::string getRendererInfo() const = 0; + virtual float getDPI() { return 1.0f; } Renderer *renderer; Camera cam; |