Fix imgui renderer once and for all
Finally solved the problems with the imgui renderer after a long chat with clankers. Fixed some other stuff as well. Reminder to keep the rendered_this_frame check as that's what solved it. Probably a deeper issue down there that caused us to render twice, but whatever.
This commit is contained in:
parent
15122b8ebd
commit
0c0d5cdb2a
7 changed files with 77 additions and 51 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -1380,6 +1380,7 @@ dependencies = [
|
|||
"raidillon_engine",
|
||||
"raidillon_glium",
|
||||
"raidillon_platform",
|
||||
"winit",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue