Fixed le bug (#3127)

This commit is contained in:
Alexandru Popovici
2024-09-26 10:58:30 +03:00
committed by GitHub
parent 27b0b4624f
commit 5cd9dbd0f0
@@ -101,6 +101,7 @@ export class PointBatch extends PrimitiveBatch {
}
public resetDrawRanges() {
super.resetDrawRanges()
this.primitive.material = [this.batchMaterial]
}