mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Added Int32 vectors
This commit is contained in:
@@ -2,7 +2,7 @@ using System;
|
||||
|
||||
namespace GlitchyEngine.Math
|
||||
{
|
||||
[SwizzleVector(4)]
|
||||
[SwizzleVector(4, "Vector")]
|
||||
public struct Vector4
|
||||
{
|
||||
public const Vector4 Zero = .(0f, 0f, 0f, 0f);
|
||||
|
||||
Reference in New Issue
Block a user