From 9cdebe6668d95f61cae1f1337e2045b6825e1117 Mon Sep 17 00:00:00 2001 From: fgnm Date: Mon, 18 Dec 2023 12:38:17 +0100 Subject: [PATCH] It might happen that screen size is bigger than `GL_MAX_TEXTURE_SIZE`, if it happens FBO will crash. Ensure that whatever texture size we create fits into system constraints --- hyperlap2d-runtime-libgdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperlap2d-runtime-libgdx b/hyperlap2d-runtime-libgdx index 5f099dfc..d578ff7a 160000 --- a/hyperlap2d-runtime-libgdx +++ b/hyperlap2d-runtime-libgdx @@ -1 +1 @@ -Subproject commit 5f099dfc85a56cd7fcead79521d5ccd2bc365497 +Subproject commit d578ff7a5d15485c9902aef5b47682dd519b4694