Closed syahmizul closed 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
kiero::bind(42, (void**)&oEndScene, hkEndScene);
kiero::bind(42, (void**)&oEndScene, &hkEndScene);
Are you building in DEBUG mode?
Yeah,does that affect it?
Was using the example to try stuff and things didn't work, had to change this line
kiero::bind(42, (void**)&oEndScene, hkEndScene);
tokiero::bind(42, (void**)&oEndScene, &hkEndScene);
idk maybe its just me lol