diff options
| author | Josh Grams | 2016-02-17 22:34:49 -0500 |
|---|---|---|
| committer | Josh Grams | 2016-03-01 07:37:36 -0500 |
| commit | 391ce81c5ea037ffcbc525434673f4edd55a7d7e (patch) | |
| tree | fbb1ea115bd472306be53c02186ff0941961e0dd /core/variant.h | |
| parent | a12c63ef9e6332d0003228e1d8d79a57ef3995fb (diff) | |
| download | godot-391ce81c5ea037ffcbc525434673f4edd55a7d7e.tar.gz godot-391ce81c5ea037ffcbc525434673f4edd55a7d7e.tar.zst godot-391ce81c5ea037ffcbc525434673f4edd55a7d7e.zip | |
Diffstat (limited to 'core/variant.h')
| -rw-r--r-- | core/variant.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/variant.h b/core/variant.h index b58c781bd..d8813c493 100644 --- a/core/variant.h +++ b/core/variant.h @@ -372,6 +372,8 @@ public: return res; } + void zero(); + static void blend(const Variant& a, const Variant& b, float c,Variant &r_dst); static void interpolate(const Variant& a, const Variant& b, float c,Variant &r_dst); struct CallError { |
