Skip to content

Commit

Permalink
reset stencil in new view
Browse files Browse the repository at this point in the history
cleanup
  • Loading branch information
nem0 committed Aug 31, 2016
1 parent 65f59f6 commit e05cce5
Show file tree
Hide file tree
Showing 4 changed files with 146 additions and 157 deletions.
6 changes: 0 additions & 6 deletions src/renderer/editor/scene_view.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,6 @@ SceneView::~SceneView()
}


void SceneView::setWireframe(bool wireframe)
{
m_pipeline->setWireframe(wireframe);
}


void SceneView::setScene(Lumix::RenderScene* scene)
{
m_pipeline->setScene(scene);
Expand Down
1 change: 0 additions & 1 deletion src/renderer/editor/scene_view.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ class SceneView
void setScene(Lumix::RenderScene* scene);
void shutdown();
void onGUI();
void setWireframe(bool wireframe);
Lumix::Pipeline* getPipeline() { return m_pipeline; }

private:
Expand Down
Loading

0 comments on commit e05cce5

Please sign in to comment.