Skip to content

Commit d6f7616

Browse files
committed
Made editor catastrophic shutdown happen in more specific situations.
1 parent 5b9f0dd commit d6f7616

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Nu/Nu.Gaia/Gaia.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4587,7 +4587,7 @@ DockSpace ID=0x7C6B3D9B Window=0xA87D555D Pos=0,0 Size=1920,1080 Split
45874587
let screenAndWorldOpt =
45884588
try let screenAndworld = makeWorld sdlDeps worldConfig geometryViewport windowViewport plugin
45894589
Right screenAndworld
4590-
with _ ->
4590+
with :? MissingMethodException ->
45914591
let gaiaDirPath = PathF.GetDirectoryName (Assembly.GetExecutingAssembly ()).Location
45924592
let stateFilePath = gaiaDirPath + "/" + Constants.Gaia.StateFilePath
45934593
try File.Delete stateFilePath with _ -> ()

0 commit comments

Comments
 (0)