Skip to content

Commit

Permalink
Quick availability change.
Browse files Browse the repository at this point in the history
  • Loading branch information
BradLarson committed May 8, 2017
1 parent 4494a80 commit 02d37e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Source/Framebuffer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public class Framebuffer {
}
}

func texelSize(for rotation:Rotation) -> Size {
public func texelSize(for rotation:Rotation) -> Size {
if rotation.flipsDimensions() {
return Size(width:1.0 / Float(size.height), height:1.0 / Float(size.width))
} else {
Expand Down

0 comments on commit 02d37e5

Please sign in to comment.