mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 13:58:40 +00:00
fix incorrect signal of error on meta-ctrl-entity eval space write
This commit is contained in:
@@ -1855,6 +1855,7 @@ rd_eval_space_write(void *u, E_Space space, void *in, Rng1U64 range)
|
|||||||
}
|
}
|
||||||
else if(str8_match(child_schema->string, str8_lit("active"), 0))
|
else if(str8_match(child_schema->string, str8_lit("active"), 0))
|
||||||
{
|
{
|
||||||
|
result = 1;
|
||||||
B32 new_active = 0;
|
B32 new_active = 0;
|
||||||
MemoryCopy(&new_active, in, dim_1u64(range));
|
MemoryCopy(&new_active, in, dim_1u64(range));
|
||||||
if(!new_active)
|
if(!new_active)
|
||||||
|
|||||||
Reference in New Issue
Block a user