소스 검색

Set current port.

Brucey 10 년 전
부모
커밋
0b5f99302a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      sdljoystick.mod/sdljoystick.bmx

+ 1 - 0
sdljoystick.mod/sdljoystick.bmx

@@ -177,6 +177,7 @@ Type TSDLJoystickDriver Extends TJoystickDriver
 		End If
 		
 		currentJoystick = joystick
+		currentPort = port
 	End Method
 	
 End Type