mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-23 09:22:01 +01:00
shader: Remove unnecessary Println
This commit is contained in:
parent
073fd329f2
commit
2b4cf7fd17
@ -452,7 +452,6 @@ func (cs *compileState) parseExpr(block *block, expr ast.Expr) ([]shaderir.Expr,
|
||||
if !ok {
|
||||
return nil, nil, nil, false
|
||||
}
|
||||
fmt.Println(t)
|
||||
|
||||
idx := len(block.vars)
|
||||
block.vars = append(block.vars, variable{
|
||||
|
Loading…
Reference in New Issue
Block a user