mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-22 08:44:51 +00:00
Fix Vec4::SetZero() not clearing all lanes.
This commit is contained in:
parent
a767c8e704
commit
ef73487fca
@ -636,7 +636,7 @@ public:
|
||||
|
||||
void SetZero()
|
||||
{
|
||||
x=0; y=0; z=0;
|
||||
x=0; y=0; z=0; w=0;
|
||||
}
|
||||
|
||||
// Common alias: RGBA (colors)
|
||||
|
Loading…
x
Reference in New Issue
Block a user