mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Disabled Vector swizzle
caused by beef bug
This commit is contained in:
@@ -8,7 +8,7 @@ namespace GlitchyEngine.Math
|
||||
/**
|
||||
* A Vector with two components of type int32.
|
||||
*/
|
||||
[SwizzleVector(2, "Int32_")]
|
||||
//[SwizzleVector(2, "Int32_")]
|
||||
public struct Int32_2 : IHashable
|
||||
{
|
||||
public const Int32_2 Zero = .(0, 0);
|
||||
|
||||
Reference in New Issue
Block a user