04-10-2025, 05:52 AM
Line 11 is a typo. You're getting your clear color for the 2nd image off a point in the first image. It *should* be _SOURCE image(2) instead. This is only working because apparently the two images have the same color associated with them. Be careful of this.
Issue #2 that I see is that your _SOURCE remains to be image(2). Be careful of this as well, as any future calls to point and such will default to it and not your active screen itself.
Issue #2 that I see is that your _SOURCE remains to be image(2). Be careful of this as well, as any future calls to point and such will default to it and not your active screen itself.

