mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 22:33:43 -07:00
better conditions
This commit is contained in:
parent
3e52741caa
commit
f44adbf86d
1 changed files with 1 additions and 1 deletions
|
@ -641,7 +641,7 @@ void KaleidoScope_DrawDebugEditor(GlobalContext* globalCtx) {
|
||||||
// Handles exiting the inventory editor with the L button
|
// Handles exiting the inventory editor with the L button
|
||||||
// The editor is opened with `debugState` set to 1, and becomes closable after a frame once `debugState` is set to 2
|
// The editor is opened with `debugState` set to 1, and becomes closable after a frame once `debugState` is set to 2
|
||||||
s16 Debug_BTN = BTN_L;
|
s16 Debug_BTN = BTN_L;
|
||||||
if (CVar_GetS32("gNGCKaleidoSwitcher", 0) != 1) {
|
if (CVar_GetS32("gNGCKaleidoSwitcher", 0) != 0) {
|
||||||
Debug_BTN = BTN_Z;
|
Debug_BTN = BTN_Z;
|
||||||
}
|
}
|
||||||
if (pauseCtx->debugState == 1) {
|
if (pauseCtx->debugState == 1) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue