Skip to content

Commit 3e35e65

Browse files
committed
Chip away at Swift 6
1 parent 14f0325 commit 3e35e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLRenderer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ class OpenGLRenderer: Renderer {
193193
#endif
194194
}
195195

196-
final class OpenGLSizeOnlyRenderTarget: _RenderTargetProtocol {
196+
final class OpenGLSizeOnlyRenderTarget: @MainActor _RenderTargetProtocol {
197197
var rootViewController: ViewController? = nil
198198
var lastDrawnFrame: UInt = .max
199199
var texture: Texture {

0 commit comments

Comments
 (0)