[TD]fix camera/front buttons on Proj Group dialog

This commit is contained in:
wandererfan
2024-07-04 09:11:52 -04:00
committed by WandererFan
parent 05c0713418
commit efa9c46752
6 changed files with 88 additions and 24 deletions

View File

@@ -589,3 +589,7 @@ int Preferences::BreakType()
}
bool Preferences::useCameraDirection()
{
return getPreferenceGroup("General")->GetBool("UseCameraDirection", false);
}