Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ffreyer committed Feb 18, 2025
1 parent b0ac315 commit e6b6e96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReferenceTests/src/tests/primitives.jl
Original file line number Diff line number Diff line change
Expand Up @@ -775,9 +775,9 @@ end
texture = FileIO.load(Makie.assetpath("debug_texture.png"))
f,a,p = voxels(ones(UInt8, 3,3,3), uv_transform = [I], color = texture)
st = Stepper(f)
step!(st)
Makie.step!(st)
update_cam!(a.scene, 5pi/4, -pi/4)
step!(st)
Makie.step!(st)
st
end

Expand Down

0 comments on commit e6b6e96

Please sign in to comment.