Explorar o código

Remove extra semi colon. [ci skip]

Yao Wei Tjong 姚伟忠 %!s(int64=11) %!d(string=hai) anos
pai
achega
b86b325864
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Source/Engine/Input/Input.cpp

+ 1 - 1
Source/Engine/Input/Input.cpp

@@ -1100,7 +1100,7 @@ void Input::HandleSDLEvent(void* sdlEvent)
             SDL_Event event;
             event.type = SDL_FINGERUP;
             event.tfinger.touchId = 0;
-            event.tfinger.fingerId = evt.button.button - 1;;
+            event.tfinger.fingerId = evt.button.button - 1;
             event.tfinger.pressure = 0.0f;
             event.tfinger.x = (float)x / (float)graphics_->GetWidth();
             event.tfinger.y = (float)y / (float)graphics_->GetHeight();