fix
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-04-20 03:45:45 +09:00
commit a7828a44d8
Signed by: nishi
GPG key ID: 27EF69B208EB9343
3 changed files with 5 additions and 1 deletions

View file

@ -664,7 +664,7 @@
<handler name="listBoxActivate" />
</handlers>
<functions>
<function name="Insert">
<function name="Set">
<arguments>
<integer name="row" />
<integer name="col" />

View file

@ -17,6 +17,7 @@ sky_sphere {
}
}
union {
object {
Cube
translate <-1, 0, 1>
@ -57,6 +58,9 @@ object {
}
}
rotate <0, clock * 360, 0>
}
plane {
y, -1
pigment {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB