Skip to content

Commit ceb4bf2

Browse files
Update camera.py
1 parent af2199e commit ceb4bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sightpy/camera.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def __init__(self, look_from, look_at, screen_width = 400 ,screen_height = 300,
2222

2323

2424
#if you use a lens_radius >= 0.0 make sure that samples_per_pixel is a large number. Otherwise you'll get a lot of noise
25-
self.lens_radius = aperture / 2;
25+
self.lens_radius = aperture / 2.
2626
self.focal_distance = focal_distance
2727

2828

0 commit comments

Comments
 (0)