Made render a system again
This commit is contained in:
parent
933cf2f1f4
commit
a8071bd783
5 changed files with 25 additions and 36 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue