d_kankyo debug work (#2918)

* Global: Define DEBUG as 0 if not already defined

* Clean up DEBUG-guarded code

* d_kankyo debug almost matching
This commit is contained in:
Max Roncace
2025-12-06 16:39:30 -05:00
committed by GitHub
parent a30e617e5a
commit 136f6b3f40
7 changed files with 3635 additions and 493 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ public:
J3DLightObj() { mInfo = j3dDefaultLightInfo; }
void load(u32) const;
J3DLightInfo& getLightInfo() { return mInfo; }
J3DLightInfo* getLightInfo() { return &mInfo; }
J3DLightObj& operator=(J3DLightObj const& other) {
mInfo = other.mInfo;
return *this;