chore: rename local variable in ThermionTexture.swift to avoid compiler warning
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user