diff options
Diffstat (limited to 'apps/fparkan-game/src/main.rs')
| -rw-r--r-- | apps/fparkan-game/src/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/fparkan-game/src/main.rs b/apps/fparkan-game/src/main.rs index 5663330..252cd16 100644 --- a/apps/fparkan-game/src/main.rs +++ b/apps/fparkan-game/src/main.rs @@ -104,8 +104,8 @@ fn run(args: &[String]) -> Result<String, String> { args.frames, last_tick, last_draw_count, - capture_report.submissions, - capture_report.last_capture_size, + capture_report.execution.submission_plans, + capture_report.execution.last_capture_size, json_hash(&last_hash) )) } |
