From dce4aa06444bf9de7c33181fbf4c8ea2d280d9bd Mon Sep 17 00:00:00 2001 From: Leonardo Zide Date: Thu, 14 Jan 2021 10:09:49 -0800 Subject: [PATCH] Fixed typo. --- common/lc_application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lc_application.cpp b/common/lc_application.cpp index 1164ac5d..c8d1d546 100644 --- a/common/lc_application.cpp +++ b/common/lc_application.cpp @@ -90,7 +90,7 @@ void lcPreferences::SaveDefaults() lcSetProfileInt(LC_PROFILE_GRID_LINES, mDrawGridLines); lcSetProfileInt(LC_PROFILE_GRID_LINE_SPACING, mGridLineSpacing); lcSetProfileInt(LC_PROFILE_GRID_LINE_COLOR, mGridLineColor); - lcSetProfileInt(LC_PROFILE_GRID_LINE_COLOR, mDrawGridOrigin); + lcSetProfileInt(LC_PROFILE_GRID_ORIGIN, mDrawGridOrigin); lcSetProfileInt(LC_PROFILE_VIEW_SPHERE_ENABLED, mViewSphereSize ? 1 : 0); lcSetProfileInt(LC_PROFILE_VIEW_SPHERE_LOCATION, static_cast(mViewSphereLocation)); lcSetProfileInt(LC_PROFILE_VIEW_SPHERE_SIZE, mViewSphereSize);