diff --git a/3-mid/opengl/source/lean/opengl-camera.ads b/3-mid/opengl/source/lean/opengl-camera.ads index 05aa12f..f59a289 100644 --- a/3-mid/opengl/source/lean/opengl-camera.ads +++ b/3-mid/opengl/source/lean/opengl-camera.ads @@ -61,7 +61,7 @@ is procedure Viewport_is (Self : in out Item'Class; Width, Height : in Positive); - function to_World_Site (Self : in Item; Window_Site : in math.Vector_3) return math.Vector_3; + function to_World_Site (Self : in Item; Window_Site : in math.Vector_3) return math.Vector_3; -- -- Returns the 'window space' site transformed to the equivalent 'world space' site.