replace remaining tabs in src/ to spaces

This commit is contained in:
MihailRis
2024-08-10 02:04:15 +03:00
parent de5c75d782
commit f2a987f412
3 changed files with 81 additions and 80 deletions
+2 -2
View File
@@ -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