Retrodad0001

Results 3 issues of Retrodad0001

THE CODE: (as in the example) use comfy::*; simple_game!("Nice red circle", update); fn update(_c: &mut EngineContext) { draw_circle(vec2(0.0, 0.0), 0.5, RED, 0); } the flood of errors: ![image](https://github.com/darthdeus/comfy/assets/9283221/60365306-56ee-4432-a140-50d6fae5439d) I had...

bug
important

## Bevy version 0.11.3 ## \[Optional\] Relevant system information If your bug is rendering-related, copy the adapter info that appears when you run Bevy. GPU - AMD Radeon RX 5700...

C-Bug
A-Rendering
A-Windowing
S-Blocked

## Bevy version 0.11 ## \[Optional\] Relevant system information If your bug is rendering-related, copy the adapter info that appears when you run Bevy. GPU - AMD Radeon RX 5700...

C-Bug
A-Rendering
S-Blocked