mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-16 12:24:45 -04:00
Various debug conditional compilation cleanup (#2915)
* Global: Define DEBUG as 0 if not already defined * Clean up DEBUG-guarded code
This commit is contained in:
@@ -44,7 +44,7 @@ static dCcD_SrcCyl l_ccDCyl = {
|
||||
} // mCyl
|
||||
};
|
||||
|
||||
#ifdef DEBUG
|
||||
#if DEBUG
|
||||
void daObj_Mie_HIO_c::genMessage(JORMContext* ctx) {
|
||||
ctx->genSlider("注目オフセット ", &mParams.focus_offset, 0.0f, 1000.0f, 0, NULL, 0xffff, 0xffff,
|
||||
0x200, 0x18);
|
||||
|
||||
Reference in New Issue
Block a user