Skip to content

Commit 558a18f

Browse files
committed
Merge pull request godotengine#101198 from Calinou/editor-metalfx-show-options-on-all-platforms
Show MetalFX options in the Scaling 3D Mode enum on all platforms
2 parents 33c0fc5 + 865acd0 commit 558a18f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

servers/rendering_server.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3670,10 +3670,9 @@ void RenderingServer::init() {
36703670
{
36713671
Vector<String> mode_hints_arr = { "Bilinear (Fastest)", "FSR 1.0 (Fast)", "FSR 2.2 (Slow)" };
36723672
mode_hints = String(",").join(mode_hints_arr);
3673-
#ifdef METAL_ENABLED
3673+
36743674
mode_hints_arr.push_back("MetalFX (Spatial)");
36753675
mode_hints_arr.push_back("MetalFX (Temporal)");
3676-
#endif
36773676
mode_hints_metal = String(",").join(mode_hints_arr);
36783677
}
36793678

0 commit comments

Comments
 (0)