Skip to content

Commit

Permalink
Not Loading Street at Start
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcFly committed Nov 18, 2018
1 parent aa28beb commit b577be4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DrunkEngine/ModuleScene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ bool ModuleScene::Start()
{
bool ret = true;

LoadFBX("./Assets/Street environment_V01.FBX");
App->gameObj->NewScene();
App->gameObj->CreateMainCam();
//LoadFBX("./Assets/Street environment_V01.FBX");
//LoadFBX("./Assets/Ogre.fbx");
//LoadFBX("./Assets/KSR-29 sniper rifle new_fbx_74_binary.fbx");
//LoadFBX("./Assets/Cube3d.fbx");
Expand Down

0 comments on commit b577be4

Please sign in to comment.