raylib.R icon indicating copy to clipboard operation
raylib.R copied to clipboard

Draw functions are not safe - segfaults

Open eshom opened this issue 3 years ago • 0 comments

  1. Need to make a check either at R or C level, to make sure a window is active before drawing.
  2. At the C-level, check arguments are the correct type or structure.

eshom avatar Aug 26 '22 09:08 eshom