Added scene transform update on load

This commit is contained in:
2024-12-27 23:56:39 +01:00
parent 691766fa8c
commit a78c2ccb93
4 changed files with 11 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ Entity :: struct {
rendering_offset: Vector3;
snap_offset: Vector3;
snap_intervals: Vector3;
snap_intervals: Vector3 = .{1,1,1};
renderable: Renderable; @DontSerialize
animator: Animator; @DontSerialize