Skip to content

Commit db17acb

Browse files
committed
Add Fossilize to the disabled Vulkan layer list for the editor.
1 parent 1b00ad5 commit db17acb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2094,6 +2094,7 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
20942094
"DISABLE_LAYER", // GH-104154 (fpsmon).
20952095
"DISABLE_MANGOHUD", // GH-57403.
20962096
"DISABLE_VKBASALT",
2097+
"DISABLE_FOSSILIZE", // GH-115139.
20972098
};
20982099

20992100
#if defined(WINDOWS_ENABLED) || defined(LINUXBSD_ENABLED)

0 commit comments

Comments
 (0)