X Tutup
Skip to content

Fix FileAccess::create_temp() not using FileAccess::ModeFlags#114053

Merged
akien-mga merged 1 commit intogodotengine:masterfrom
adamscott:fix-create-temp-mode-flags
Jan 1, 2026
Merged

Fix FileAccess::create_temp() not using FileAccess::ModeFlags#114053
akien-mga merged 1 commit intogodotengine:masterfrom
adamscott:fix-create-temp-mode-flags

Conversation

@adamscott
Copy link
Member

Fixes #114052

@adamscott adamscott added this to the 4.6 milestone Dec 15, 2025
@adamscott adamscott requested review from a team as code owners December 15, 2025 20:00
@adamscott adamscott force-pushed the fix-create-temp-mode-flags branch 2 times, most recently from 2e07ce6 to 9c92efd Compare December 15, 2025 20:59
@adamscott adamscott requested review from a team as code owners December 15, 2025 20:59
Copy link
Member

@bruvzg bruvzg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The rest of public FileAccess methods are using enum, so this one should do it as well.

@akien-mga akien-mga force-pushed the fix-create-temp-mode-flags branch from 9c92efd to 0844d4b Compare January 1, 2026 11:03
@akien-mga akien-mga merged commit 57384a7 into godotengine:master Jan 1, 2026
20 checks passed
@akien-mga
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FileAccess.create_temp() not using FileAccess.ModeFlags as parameter, accepts instead an untyped integer

5 participants

X Tutup