]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/patch.h
Radiant:
[xonotic/netradiant.git] / radiant / patch.h
index 7cca42862722f75e94aa07e2f28c307500637bb4..b1a897be5a3eb9e191c8e43c9714a278668ee5ba 100644 (file)
@@ -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;
 }
 };