Made render a system again

This commit is contained in:
Lorenzo Torres 2025-08-04 13:56:50 +02:00
parent 933cf2f1f4
commit a8071bd783
5 changed files with 25 additions and 36 deletions

View file

@ -11,7 +11,6 @@ pub const SystemGroup = []const System;
pub const SyncGroup = []const System;
pub const Resources = struct {
window: Renderer.Window,
renderer: Renderer,
input: Input,
delta_time: f64 = 0.0,