issue with minimal-winit example (but really all examples) get_frame_mut is not a defined method #313
Labels
documentation
Improvements or additions to documentation
help wanted
Extra attention is needed
question
Usability question
on line 48 you have:
world.draw(pixels.get_frame_mut());
but this method is not defined on the struct Pixels (I only see get_frame on the documentation)
I see the changes on all examples were made by @squ1dd13 two months ago
I'm sorry if I'm missing something and I don't get it
The text was updated successfully, but these errors were encountered: