1
0
mirror of https://github.com/maxartz15/InteractiveMask.git synced 2025-06-20 10:26:52 +02:00

Update MaskRenderer.cs

- Removed bool.
This commit is contained in:
max
2021-03-04 10:42:00 +01:00
parent 4489e3311c
commit 1d177a7cf9

@ -15,8 +15,6 @@ namespace TAO.InteractiveMask
public Layer[] layers;
public bool debugGui = false;
public void Init()
{
clearBlitMaterial = new Material(clearBlit);