maecry / asphyxia-cs2

open-source game hack/base/template for Counter-Strike 2 (somewhat of low-quality maybe as I don't care)
https://www.unknowncheats.me/forum/counter-strike-2-releases/605507-asphyxia-cs2-internal-base.html#post3881474
MIT License
163 stars 34 forks source link

fix: corrected SDL_Window offset at IInputSystem::GetSDLWindow() #87

Closed ensargx closed 3 months ago

ensargx commented 3 months ago

Changed the offset @ IInputSystem::GetSDLWindow() function. The offset is found via searching in memory in debugger and calculated by substracting from the interface pointer.

ensargx commented 3 months ago

88

maecry commented 3 months ago

Thanks