greasedLineSimpleMaterial infnite loop in .color getter

It looks like getting color from greasedLineSimpleMaterial results in an infinite loop because it attempts to get the getter again (this.color), not the backing store (this._color)

bug: greasedLineSimpleMaterial.ts, line 355. infinite loop. needs to be “return this._color;”

I know who is going to fix this. Is it easier for everyone if I tag them, or if I just leave this to be tagged by developers?

2 Likes

Tagging myself :smiley: @roland

@jennie258fitz Welcome to the babylon.js community!

tag tag tag!

PR:

Thanks for reporting!

3 Likes