This commit is contained in:
Sébastien Crozet
2023-03-26 18:32:50 +02:00
parent 82aa37ed30
commit eac5a26925

View File

@@ -170,7 +170,7 @@ impl DebugRenderPipeline {
mut anchor_color: [f32; 4],
mut separation_color: [f32; 4],
object| {
if backend.filter_object(object) {
if !backend.filter_object(object) {
return;
}