Skip to content

Commit

Permalink
Move FBO stuff from StateManager to TransitionFBO.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
ImXico committed Dec 28, 2018
1 parent 399d8ee commit 4309564
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ internal class TransitionFBO {
}

/**
* Return the current and next flipped regions in an easy-to-destructure way.
* Return the current and next flipped regions in an easy-to-destruct way.
* @return a [Pair] holding both flipped regions.
*/
internal fun getFlippedRegions() = Pair(currentFlippedRegion, nextFlippedRegion)
Expand Down

0 comments on commit 4309564

Please sign in to comment.