Rebzzel / kiero

Universal graphical hook for a D3D9-D3D12, OpenGL and Vulkan based games.
MIT License
1.03k stars 219 forks source link

fix example?? #48

Closed syahmizul closed 2 years ago

syahmizul commented 2 years ago

Was using the example to try stuff and things didn't work, had to change this line

kiero::bind(42, (void**)&oEndScene, hkEndScene); to kiero::bind(42, (void**)&oEndScene, &hkEndScene); idk maybe its just me lol

Rebzzel commented 2 years ago

Are you building in DEBUG mode?

syahmizul commented 2 years ago

Yeah,does that affect it?