automated snapshot
This commit is contained in:
@@ -128,7 +128,7 @@ func (s *Sketch) Draw(ctx *RenderCtx) {
|
||||
viewport := s.CalcViewport(ctx)
|
||||
|
||||
rl.BeginTextureMode(s.composite)
|
||||
rl.ClearBackground(rl.NewColor(0, 0, 0, 0))
|
||||
rl.ClearBackground(rl.Blank)
|
||||
for _, instance := range s.layerToolsOrdered {
|
||||
config := instance.config
|
||||
if config.visible {
|
||||
|
||||
Reference in New Issue
Block a user