mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-23 20:05:11 +00:00
examples: Fix #698
This commit is contained in:
parent
53e9811f11
commit
1f11f699a2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue