This commit is contained in:
2026-01-13 22:17:17 -06:00
parent 3481993cc4
commit 492d7a3275

2
sdl.cm
View File

@@ -100,7 +100,7 @@ function init(opts) {
depth_target: true
})
var white_pixels = new blob_mod(32, true)
var white_pixels = blob_mod(32, true)
_white_texture = create_texture(1, 1, stone(white_pixels))
return true