reduce # of frames run while poking around
This commit is contained in:
parent
15c830f0b1
commit
c78d1cb9fd
|
@ -354,6 +354,8 @@ fn main() -> Fallible<()> {
|
|||
emu.frame_properties_locked = true;
|
||||
octx.write_header().unwrap();
|
||||
|
||||
//for frame in 0..60*10 {
|
||||
for frame in 0..10 {
|
||||
eprintln!("🖼️ frame: {}", frame);
|
||||
emu.run();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue