RSDKModding / RSDKv3-Decompilation

A Full Decompilation of Sonic CD (2011) & Retro Engine (v3)
Other
591 stars 120 forks source link

Remove useless length variable #215

Closed GeffDev closed 1 year ago

GeffDev commented 1 year ago

The length variable is not used anywhere within the ProcessInput() function, so we can just remove it and pass in NULL to SDL_GetKeyboardState().