X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=radiant%2Fpatch.h;fp=radiant%2Fpatch.h;h=c9812e614b88820fdc78f8c3a5953156d9f80a3b;hp=89deeac95ceadb55a04e9d2d5e311bb86d88dd66;hb=b25e4389ba4d089fc94cc3860774c8510b843042;hpb=833d947959e424126907d552840203a557097e8f diff --git a/radiant/patch.h b/radiant/patch.h index 89deeac9..c9812e61 100644 --- a/radiant/patch.h +++ b/radiant/patch.h @@ -1810,6 +1810,9 @@ bool pre( const scene::Path& path, scene::Instance& instance ) const { m_functor( *patch ); } } + else{ + return false; + } return true; } }; @@ -1834,6 +1837,9 @@ bool pre( const scene::Path& path, scene::Instance& instance ) const { m_functor( *patch ); } } + else{ + return false; + } return true; } }; @@ -1857,6 +1863,9 @@ bool pre( const scene::Path& path, scene::Instance& instance ) const { m_functor( *patch ); } } + else{ + return false; + } return true; } };