Skip to content

Commit

Permalink
fix mapgeo save dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Crauzer committed Feb 19, 2023
1 parent da83016 commit faf18e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lol2gltf/Pages/MapGeometry.razor
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
return;

// Get handle to output file
SystemDialogResult dialogResult = Dialog.FileOpen("mapgeo");
SystemDialogResult dialogResult = Dialog.FileSave("glb;gltf");
if (dialogResult.IsError) return;

// Convert
Expand Down

0 comments on commit faf18e0

Please sign in to comment.