Revert "graphics: Bug fix: TestImageTooManyFill didin't pass on some machines"

This reverts commit 7cb7b7b4ff.
This commit is contained in:
Hajime Hoshi 2018-02-03 20:39:33 +09:00
parent 7cb7b7b4ff
commit 9ece27e7e8

View File

@ -211,9 +211,6 @@ func (c *fillCommand) Exec(indexOffsetInBytes int) error {
// Flush is needed after filling (#419)
opengl.GetContext().Flush()
// Mysterious, but binding texture is needed after filling
// on some mechines like Photon 2 (#492).
opengl.GetContext().BindTexture(c.dst.texture.native)
return nil
}