Skip to content

Do not draw a window with destroyed resources using a dangling reference.

Bram Stolk requested to merge stolk/demos:fixcrash into main

This fixes issue #28 (closed) by doing two things:

  1. Resetting resource reference to 0 so that they can no longer be used after destruction.
  2. Do not redraw windows if their resources have been destroyed.

Merge request reports