replace remaining tabs in src/ to spaces
This commit is contained in:
@@ -54,9 +54,9 @@ void TextureAnimator::update(float delta) {
|
||||
|
||||
glBlitFramebuffer(
|
||||
frame.srcPos.x, srcPosY,
|
||||
frame.srcPos.x + frame.size.x,
|
||||
frame.srcPos.x + frame.size.x,
|
||||
srcPosY + frame.size.y,
|
||||
frame.dstPos.x, frame.dstPos.y,
|
||||
frame.dstPos.x, frame.dstPos.y,
|
||||
frame.dstPos.x + frame.size.x,
|
||||
frame.dstPos.y + frame.size.y,
|
||||
GL_COLOR_BUFFER_BIT, GL_NEAREST
|
||||
|
||||
Reference in New Issue
Block a user