shithub: cstory

Download patch

ref: ba4c9aa55f30e71d5ffcded4663e3c78bb49815d
parent: 39b89bdb0224580d43d7c47efefc2b68803eb95c
author: Clownacy <[email protected]>
date: Thu Apr 9 16:42:10 EDT 2020

Fix GLFW3-Software fullscreen aspect ratio

--- a/src/Backends/GLFW3/Window-Software.cpp
+++ b/src/Backends/GLFW3/Window-Software.cpp
@@ -60,6 +60,8 @@
 
 		glEnable(GL_TEXTURE_2D);
 
+		WindowBackend_Software_HandleWindowResize(screen_width, screen_height);
+
 		// Create screen texture
 		glGenTextures(1, &screen_texture_id);
 		glBindTexture(GL_TEXTURE_2D, screen_texture_id);