examples: Fix #698

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2021-12-26 09:14:36 +01:00
parent 53e9811f11
commit 1f11f699a2
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
#define PHI 1.61803398874989484820459
// e (Eulers Constant)
#define EULERS_CONSTANT 2,7182818284590452353602874713527
#define EULERS_CONSTANT 2.7182818284590452353602874713527
// Degrees <-> Radians Conversion
#define TO_RAD(x) (x * 0.017453292)