Skip to content

Commit

Permalink
debug 中
Browse files Browse the repository at this point in the history
  • Loading branch information
zztkm committed Oct 3, 2024
1 parent 8f6361d commit 0446cfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sora/VideoView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,9 @@ public class VideoView: UIView {
描画の停止中は ``render(videoFrame:)`` が実行されません。
*/
public func stop() {
print("call stop")
print("kensaku: call stop")
isRendering = false
print("kensaku: isRendering is now \(isRendering)")
}

// MARK: - デバッグモード
Expand Down

0 comments on commit 0446cfe

Please sign in to comment.