Winterleaf / OmniEngine.Net

Official repository for the Omni T3D Game Engine
19 stars 11 forks source link

ModelBase isMethod calls the incorrect function. #27

Open lukaspj opened 9 years ago

lukaspj commented 9 years ago

As described in: https://github.com/GarageGames/Torque3D/issues/1106 ModelBase::isMethod should look like this:

        public virtual bool isMethod(string method)
        {
            return Omni.self.fn_SimObject_isMethod(ID, method);
        }