mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-21 20:39:08 -06:00
Set default resolution for our opengl fbo to a higher value
This commit is contained in:
@@ -128,7 +128,7 @@ private:
|
||||
bool _isInitialized = false;
|
||||
bool _isSeeking = false;
|
||||
double _videoDuration = 0.0;
|
||||
glm::ivec2 _videoResolution = glm::ivec2(2048, 1024);
|
||||
glm::ivec2 _videoResolution = glm::ivec2(4096, 2048);
|
||||
|
||||
// libmpv
|
||||
mpv_handle* _mpvHandle = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user