Skip to content

Commit

Permalink
Update proc.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Raytwo authored Apr 8, 2024
1 parent 6f113e5 commit a9efb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pub struct ProcInst {
persistent: *const u8,
/// Note: Actually a bitfield to mark ProcInsts for death (to be destroyed)
state: i32,
suspend: i32,
pub suspend: i32,
wait_time: f32,
tick_time: f32,
// RawValueStack
Expand Down

0 comments on commit a9efb38

Please sign in to comment.