remove accidentaly kept updateLock field from GLTriangles

This commit is contained in:
faiface 2017-04-12 11:25:11 +02:00
parent 592eb4b8ef
commit bce553aeec
1 changed files with 3 additions and 5 deletions

View File

@ -2,7 +2,6 @@ package pixelgl
import (
"fmt"
"sync"
"github.com/faiface/glhf"
"github.com/faiface/mainthread"
@ -17,7 +16,6 @@ type GLTriangles struct {
vs *glhf.VertexSlice
data []float32
shader *glhf.Shader
updateLock sync.Mutex
}
var (