Skip to content

Commit

Permalink
Update scene.jl
Browse files Browse the repository at this point in the history
update to v0.19.1.1
  • Loading branch information
arhik committed Mar 1, 2024
1 parent ded9b91 commit e2b52ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scene.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mutable struct Scene
objects # ::Union{WorldObject, ObjectGroup}
function Scene()
canvas = WGPUCore.getCanvas(:GLFW)
gpuDevice = WGPUCore.getDefaultDevice();
gpuDevice = WGPUCore.getDefaultDevice(canvas);
camera = defaultCamera()
light = defaultLighting()
cameraSystem = CameraSystem(Camera[])
Expand Down

0 comments on commit e2b52ed

Please sign in to comment.