mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-06 01:18:13 -04:00
d_a_midna mostly done (#2237)
This commit is contained in:
@@ -31,7 +31,7 @@ struct J3DGXColor : public GXColor {
|
||||
/* 8000E538 */ J3DGXColor() {}
|
||||
J3DGXColor(J3DGXColor const& other) { __memcpy(this, &other, sizeof(J3DGXColor)); }
|
||||
J3DGXColor(GXColor const& color) : GXColor(color) {}
|
||||
J3DGXColor& operator=(GXColor color) {
|
||||
J3DGXColor& operator=(const GXColor& color) {
|
||||
*(GXColor*)this = color;
|
||||
return *this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user