mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-08-17 21:53:35 -04:00
Apply clang-format to files (#5273)
This commit is contained in:
@@ -20,8 +20,8 @@ s32 FrameAdvance_Update(FrameAdvanceContext* frameAdvCtx, Input* input) {
|
||||
|
||||
if (!frameAdvCtx->enabled || CVarGetInteger(CVAR_DEVELOPER_TOOLS("FrameAdvanceTick"), 0) ||
|
||||
(CHECK_BTN_ALL(input->cur.button, BTN_Z) &&
|
||||
(CHECK_BTN_ALL(input->press.button, BTN_R) ||
|
||||
(CHECK_BTN_ALL(input->cur.button, BTN_R) && (++frameAdvCtx->timer >= 9))))) {
|
||||
(CHECK_BTN_ALL(input->press.button, BTN_R) ||
|
||||
(CHECK_BTN_ALL(input->cur.button, BTN_R) && (++frameAdvCtx->timer >= 9))))) {
|
||||
CVarClear(CVAR_DEVELOPER_TOOLS("FrameAdvanceTick"));
|
||||
frameAdvCtx->timer = 0;
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user