mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 02:38:53 +01:00
opengl: Misspelling
This commit is contained in:
parent
e4a7d9bde4
commit
79bdfc0718
@ -241,7 +241,7 @@ func (c *Context) DeleteFramebuffer(f Framebuffer) {
|
||||
if !gl.IsFramebuffer(f.Object) {
|
||||
return
|
||||
}
|
||||
// If a framebuffer to be delted is bound, a newly bound framebuffer
|
||||
// If a framebuffer to be deleted is bound, a newly bound framebuffer
|
||||
// will be a default framebuffer.
|
||||
// https://www.khronos.org/opengles/sdk/docs/man/xhtml/glDeleteFramebuffers.xml
|
||||
if c.lastFramebuffer == f {
|
||||
|
@ -219,7 +219,7 @@ func (c *Context) DeleteFramebuffer(f Framebuffer) {
|
||||
if !gl.IsFramebuffer(mgl.Framebuffer(f)) {
|
||||
return
|
||||
}
|
||||
// If a framebuffer to be delted is bound, a newly bound framebuffer
|
||||
// If a framebuffer to be deleted is bound, a newly bound framebuffer
|
||||
// will be a default framebuffer.
|
||||
// https://www.khronos.org/opengles/sdk/docs/man/xhtml/glDeleteFramebuffers.xml
|
||||
if c.lastFramebuffer == f {
|
||||
|
Loading…
Reference in New Issue
Block a user