Fixed project function for high DPI scaling (OSX)

This commit is contained in:
brunoherbelin
2020-07-09 20:06:06 +02:00
parent 38fcca0e78
commit f479304f50
2 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ class RenderingWindow
float dpi_scale_;
// objects to render
int textureid_;
uint textureid_;
uint fbo_;
class WindowSurface *surface_;