Skip to content

Commit

Permalink
## 5.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
aszabo314 committed Dec 10, 2024
1 parent 37dc34a commit 7db7feb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
### 5.5.13
- [OpenGL/WPF/ThreadedRenderControl] re-activate classic render control

### 5.5.12
- [OpenGL/WPF/ThreadedRenderControl] frame throttle


### 5.5.11
- [LodTreeNode] uniforms concurrent access fix

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ open System.Windows.Forms.Integration
open Aardvark.Application
open System.Windows.Threading

type private WinFormsControl = Aardvark.Application.WinForms.ThreadedRenderControl
type private WinFormsControl = Aardvark.Application.WinForms.OpenGlRenderControl

type OpenGlRenderControl(runtime : Runtime, debug : IDebugConfig, samples : int) as this =
inherit WindowsFormsHost()
Expand Down

0 comments on commit 7db7feb

Please sign in to comment.