From 68b1a80a5df8ad4fb94ad96561d989ec2accce58 Mon Sep 17 00:00:00 2001 From: Marcel Admiraal Date: Thu, 17 Jun 2021 09:16:41 +0100 Subject: [PATCH] Remove FIXME comment from fixed issue in Android Export --- platform/android/export/export.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/platform/android/export/export.cpp b/platform/android/export/export.cpp index 3d11f15044b..b046e6a40e4 100644 --- a/platform/android/export/export.cpp +++ b/platform/android/export/export.cpp @@ -999,8 +999,6 @@ class EditorExportPlatformAndroid : public EditorExportPlatform { encode_uint32(min_gles3 ? 0x00030000 : 0x00020000, &p_manifest.write[iofs + 16]); } - // FIXME: `attr_value != 0xFFFFFFFF` below added as a stopgap measure for GH-32553, - // but the issue should be debugged further and properly addressed. if (tname == "meta-data" && attrname == "name" && value == "xr_mode_metadata_name") { // Update the meta-data 'android:name' attribute based on the selected XR mode. if (xr_mode_index == 1 /* XRMode.OVR */) {