MSVC: Fix compiler warnings

This commit is contained in:
wmayer
2024-11-22 14:29:35 +01:00
committed by wwmayer
parent 6f23f01e50
commit aea09d4a45
3 changed files with 3 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ public:
FreeTurntable
};
static constexpr float defaultSphereRadius = 0.8;
static constexpr float defaultSphereRadius = 0.8F;
FCSphereSheetProjector(const SbSphere & sph, const SbBool orienttoeye = true)
: SbSphereSheetProjector(sph, orienttoeye)