diff --git a/src/Aardvark.Rendering.GL/Core/Context.fs b/src/Aardvark.Rendering.GL/Core/Context.fs index e7ac3534..cf2aef1b 100644 --- a/src/Aardvark.Rendering.GL/Core/Context.fs +++ b/src/Aardvark.Rendering.GL/Core/Context.fs @@ -531,8 +531,8 @@ type Context(runtime : IRuntime, createContext : ContextHandle option -> Context ContextHandle.delete c parentContext |> Option.iter ContextHandle.delete - with _ -> - () + with exn -> + Log.error "[GL] Failed to dispose context: %A" exn interface IDisposable with member x.Dispose() = x.Dispose()