mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-21 22:10:59 -04:00
f_op_actor OK
This commit is contained in:
@@ -8,7 +8,13 @@
|
||||
|
||||
class J3DLightInfo {
|
||||
public:
|
||||
void operator=(J3DLightInfo const&);
|
||||
void operator=(J3DLightInfo const& other) {
|
||||
mLightPosition = other.mLightPosition;
|
||||
mLightDirection = other.mLightDirection;
|
||||
mColor = other.mColor;
|
||||
mCosAtten = other.mCosAtten;
|
||||
mDistAtten = other.mDistAtten;
|
||||
}
|
||||
|
||||
/* 0x00 */ Vec mLightPosition;
|
||||
/* 0x0C */ Vec mLightDirection;
|
||||
|
||||
Reference in New Issue
Block a user