mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Fixed uninitialized struct
This commit is contained in:
@@ -147,6 +147,7 @@ namespace GlitchyEngine.World
|
||||
|
||||
public this(float3 position, Quaternion rotation, float fovY, float nearPlane, float aspectRatio)
|
||||
{
|
||||
this = default;
|
||||
_position = position;
|
||||
_rotation = rotation;
|
||||
_fovY = fovY;
|
||||
|
||||
Reference in New Issue
Block a user