mirror of
https://github.com/Relintai/gdnative.git
synced 2024-11-10 00:52:11 +01:00
Added note so I don't forget to implement double support for real.
This commit is contained in:
parent
7ee8f7a647
commit
3145948cb0
@ -135,6 +135,9 @@ typedef int pandemonium_int;
|
||||
|
||||
/////// real
|
||||
|
||||
// TODO add real_t -> float/double support!
|
||||
// If the engine is built with doubles as real_t this won't work, as the structs won't line up!
|
||||
|
||||
typedef float pandemonium_real;
|
||||
|
||||
/////// Object (forward declared)
|
||||
|
Loading…
Reference in New Issue
Block a user