From 86024407132cfd4368b738e4f56a878a9bcaf941 Mon Sep 17 00:00:00 2001 From: biroder <107300789+biroder@users.noreply.github.com> Date: Sat, 1 Apr 2023 19:25:09 +0300 Subject: [PATCH] comment fix --- src/framework/backend_glutin.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/framework/backend_glutin.rs b/src/framework/backend_glutin.rs index bb9fdbf..02ce4fb 100644 --- a/src/framework/backend_glutin.rs +++ b/src/framework/backend_glutin.rs @@ -134,7 +134,7 @@ fn get_insets() -> GameResult<(f32, f32, f32, f32)> { vm_env.delete_local_ref(JObject::from_raw(field)); - //Game always runs with horizontal orientation so top and bottom cutouts not needle and only wastes piece of the screen + //Game always runs with horizontal orientation so top and bottom cutouts not needed and only wastes piece of the screen elements[1] = 0; elements[3] = 0;