mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Update unsafe file write usages
This commit is contained in:
@ -118,7 +118,7 @@ namespace osu.Game.Graphics
|
||||
|
||||
if (filename == null) return;
|
||||
|
||||
using (var stream = storage.GetStream(filename, FileAccess.Write))
|
||||
using (var stream = storage.CreateFileSafely(filename))
|
||||
{
|
||||
switch (screenshotFormat.Value)
|
||||
{
|
||||
|
Reference in New Issue
Block a user