Hey,
I have a problem that I must say, puzzles me quite a bit.
when I opened my game after an update 2 months ago I recieved the error:
Error 1 error C2668: 'Leadwerks::Entity::SetPosition' : ambiguous call to overloaded function
3 IntelliSense: more than one instance of overloaded function "Leadwerks::Entity::SetPosition" matches the argument list:
function "Leadwerks::Entity::SetPosition(double x, double y, double z, bool global = false)"
function "Leadwerks::Entity::SetPosition(float x, float y, float z, bool global = false)"
argument types are: (int, int, int)
object type is: Leadwerks::Entity
I have no idea what to do as I have now deleted the code and tried using one of the third person templates to see if i did a mistake but I get the same error :S
Hope you can help me
App.cpp