chore: rename local variable in ThermionTexture.swift to avoid compiler warning

This commit is contained in:
Nick Fisher
2024-11-13 10:48:27 +08:00
parent c3c6465908
commit 9128fbbd61

View File

@@ -85,7 +85,7 @@ import GLKit
for row in 0..<bufferHeight {
var pixel = baseAddress + row * bytesPerRow
for col in 0..<bufferWidth {
for _ in 0..<bufferWidth {
let blue = pixel
blue.storeBytes(of: 255, as: UInt8.self)