summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dgl/src/Geometry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgl/src/Geometry.cpp b/dgl/src/Geometry.cpp
index 2aafce70..7ea3af34 100644
--- a/dgl/src/Geometry.cpp
+++ b/dgl/src/Geometry.cpp
@@ -545,7 +545,7 @@ const T& Circle<T>::getX() const noexcept
template<typename T>
const T& Circle<T>::getY() const noexcept
{
- return fPos.fX;
+ return fPos.fY;
}
template<typename T>