Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit e809e47

Browse files
committed
Formatting
1 parent 894fb79 commit e809e47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Managers/UInputMan.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,6 +1063,8 @@ namespace RTE {
10631063
}
10641064
}
10651065

1066+
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
1067+
10661068
void UInputMan::UpdateJoystickDigitalAxis() {
10671069
for (size_t i = 0; i < s_PrevJoystickStates.size(); ++i) {
10681070
for (size_t axis = 0; axis < s_PrevJoystickStates[i].m_DigitalAxis.size(); ++axis) {

0 commit comments

Comments
 (0)