Fix indentation

This commit is contained in:
Ylva Selling
2023-02-21 18:05:37 -05:00
parent 46016a19f5
commit e2fdb74f6a

View File

@@ -67,9 +67,9 @@ VideoTileProvider::VideoTileProvider(const ghoul::Dictionary& dictionary)
Tile VideoTileProvider::tile(const TileIndex& tileIndex) {
ZoneScoped
if (!_videoPlayer.isInitialized()) {
return Tile();
}
if (!_videoPlayer.isInitialized()) {
return Tile();
}
// Always check that our framebuffer is ok
if (glCheckFramebufferStatus(GL_FRAMEBUFFER) != GL_FRAMEBUFFER_COMPLETE) {