Skip to content

Commit

Permalink
make framebuffer lock public
Browse files Browse the repository at this point in the history
  • Loading branch information
ollie-hpcnt committed Jul 20, 2018
1 parent 33db0e9 commit 717a515
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 @@ -162,7 +162,7 @@ public class Framebuffer {

weak var cache:FramebufferCache?
var framebufferRetainCount = 0
func lock() {
public func lock() {
framebufferRetainCount += 1
}

Expand Down

0 comments on commit 717a515

Please sign in to comment.