mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 02:38:53 +01:00
graphics: Remove unused const
This commit is contained in:
parent
7b48ea201c
commit
c1b4624890
@ -47,8 +47,7 @@ const (
|
||||
|
||||
// unsafe.SizeOf can't be used because unsafe doesn't work with GopherJS.
|
||||
const (
|
||||
int16Size = 2
|
||||
float32Size = 4
|
||||
int16Size = 2
|
||||
)
|
||||
|
||||
func Reset(context *opengl.Context) error {
|
||||
|
Loading…
Reference in New Issue
Block a user