GlfwExample Bug

mdx4ever reported this bug....

There is a bug in the GlfwExamples project. The keyboard is assigned a delegate using 'new'. This means it gets garbage collected and will crash the app. It should instead be assigned to a class level variable so it is kept alive for the duration of its usage.

.......its in the KeyTest.cs code.

Theme by La Boite a site | Powered by Drupal