From 50766e17725aab3e14ac4676b01b2496fb3d5082 Mon Sep 17 00:00:00 2001 From: Rod Kay Date: Sun, 31 Dec 2023 21:13:42 +1100 Subject: [PATCH] opengl.camera: Cosmetics. --- 3-mid/opengl/source/lean/opengl-camera.ads | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.