Skip to content

Commit

Permalink
Client|Renderer: Don't load the test model
Browse files Browse the repository at this point in the history
Todo: Loading packages when requested by user.
  • Loading branch information
skyjake committed Aug 22, 2014
1 parent 67ccf71 commit 64a8b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/client/src/render/rendersystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ DENG2_PIMPL(RenderSystem)
App::packageLoader().load("net.dengine.client.renderer.lensflares");

// -=- DEVEL -=-
App::packageLoader().load("net.dengine.client.testmodel");
//App::packageLoader().load("net.dengine.client.testmodel");

/*Package::Asset asset = App::asset("model.thing.possessed");
qDebug() << asset.accessedRecord().asText();
Expand Down

0 comments on commit 64a8b85

Please sign in to comment.