gamecreator Posted January 30, 2018 Share Posted January 30, 2018 Model *room; room->Model::Load("Models/world/room.mdl"); // Loads fine and displays fine without next line room->SetNavigationMode(true); // Crashes program Model attached. room.zip Quote Link to comment Share on other sites More sharing options...
gamecreator Posted February 1, 2018 Author Share Posted February 1, 2018 Never mind. Mistake on my part. Should be room=Model::Load not room->Model::Load, even though it compiles fine. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.