Sun, 18 Jul 2021 13:52:02 +0300
bound/boundsf to margin/marginf
Source/Gorgon/Geometry/Scripting.cpp | file | annotate | diff | comparison | revisions |
--- a/Source/Gorgon/Geometry/Scripting.cpp Fri Jul 16 11:00:50 2021 +0300 +++ b/Source/Gorgon/Geometry/Scripting.cpp Sun Jul 18 13:52:02 2021 +0300 @@ -327,7 +327,7 @@ "Basic class for representing a margin in space." ); - LibGeometry.AddMember(bounds); + LibGeometry.AddMember(margin); auto marginf = new Scripting::MappedValueType<Marginf>( @@ -335,7 +335,7 @@ "Basic class for representing a bounds in margin." ); - LibGeometry.AddMember(boundsf); + LibGeometry.AddMember(marginf); }