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