Skip to content

Commit 75a498f

Browse files
committed
Make Processor::do_tick public again
1 parent d4d32c9 commit 75a498f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vm/processor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ impl Processor {
262262
}
263263
}
264264

265-
pub(super) fn do_tick(&mut self, vm: &LogicVM, time: f64, delta: f64) {
265+
pub fn do_tick(&mut self, vm: &LogicVM, time: f64, delta: f64) {
266266
if !self.state.enabled {
267267
return;
268268
}

0 commit comments

Comments
 (0)