dwmkerr / sharpgl

Use OpenGL in .NET applications. SharpGL wraps all modern OpenGL features and offers a powerful scene graph to aid development.
MIT License
753 stars 300 forks source link

FrameRate and DrawFPS Properties in SceneView.xaml.cs is registered to OpenGLControl #130

Open ftlPhysicsGuy opened 7 years ago

ftlPhysicsGuy commented 7 years ago

The FrameRateProperty and the DrawFPSProperty defined in the SceneView class (SceneView.xaml.cs) are both registered with the owner type set to "typeOf(OpenGLControl)" rather than "typeOf(SceneView)" - I assume this is a mistake.

-Jason