Skip to content

Commit

Permalink
removed accidentaly commited code
Browse files Browse the repository at this point in the history
  • Loading branch information
nem0 committed Apr 19, 2016
1 parent 3a92a70 commit bda8de1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/editor/import_asset_dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2309,15 +2309,6 @@ void ImportAssetDialog::checkTask(bool wait)

void ImportAssetDialog::onGUI()
{
static bool once = false;
if (!once)
{
createBillboard(Lumix::Path("models/trees/pine1.msh"), Lumix::Path("a.tga"), m_editor.getEngine(), 256);
createBillboard(Lumix::Path("models/trees/pine3.msh"), Lumix::Path("b.tga"), m_editor.getEngine(), 256);
createBillboard(Lumix::Path("models/utils/cube/cube.msh"), Lumix::Path("c.tga"), m_editor.getEngine(), 256);
once = true;
}

if (ImGui::BeginDock("Import Asset", &m_is_opened))
{
if (hasMessage())
Expand Down

0 comments on commit bda8de1

Please sign in to comment.