fix more syntax v2 bugs, update docs
This commit is contained in:
parent
bf37d7305c
commit
d1a6fb364e
11 changed files with 544 additions and 528 deletions
|
@ -465,6 +465,8 @@ unsafe extern "C" fn haku_render_value(
|
|||
debug!("resetting exception");
|
||||
instance.exception = None;
|
||||
|
||||
debug!("will render value: {:?}", instance.value);
|
||||
|
||||
let pixmap_locked = &mut (*pixmap).pixmap;
|
||||
|
||||
let mut renderer = Renderer::new(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue