Merge pull request #49674 from madmiraal/cleanup-android-export-fixme
Remove FIXME comment from fixed issue in Android Export
This commit is contained in:
commit
752211391f
|
@ -999,8 +999,6 @@ class EditorExportPlatformAndroid : public EditorExportPlatform {
|
||||||
encode_uint32(min_gles3 ? 0x00030000 : 0x00020000, &p_manifest.write[iofs + 16]);
|
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") {
|
if (tname == "meta-data" && attrname == "name" && value == "xr_mode_metadata_name") {
|
||||||
// Update the meta-data 'android:name' attribute based on the selected XR mode.
|
// Update the meta-data 'android:name' attribute based on the selected XR mode.
|
||||||
if (xr_mode_index == 1 /* XRMode.OVR */) {
|
if (xr_mode_index == 1 /* XRMode.OVR */) {
|
||||||
|
|
Loading…
Reference in New Issue