rename to timestep_alpha

This commit is contained in:
Aleksander
2025-11-13 20:23:27 +01:00
parent 1b0ebb8414
commit 4d4292255a
3 changed files with 10 additions and 10 deletions

View File

@@ -344,7 +344,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
globals: &mut globals,
layout: &mut layout,
debug_draw: debug_draw_enabled,
alpha: timestep.alpha,
timestep_alpha: timestep.alpha,
};
let primitives = wgui::drawing::draw(&mut draw_params).unwrap();