diff options
| author | J08nY | 2016-06-19 00:06:04 +0200 |
|---|---|---|
| committer | J08nY | 2016-06-19 00:41:52 +0200 |
| commit | 449571b6cd48083fb34a4f7aebe6758cd527afc9 (patch) | |
| tree | ec8eb007bfa077747e989a9e45eecee1ca74be6a /core/variant.h | |
| parent | a95a1f47a45a5d8595c6681c28abd31ab0635479 (diff) | |
| download | godot-449571b6cd48083fb34a4f7aebe6758cd527afc9.tar.gz godot-449571b6cd48083fb34a4f7aebe6758cd527afc9.tar.zst godot-449571b6cd48083fb34a4f7aebe6758cd527afc9.zip | |
Diffstat (limited to 'core/variant.h')
| -rw-r--r-- | core/variant.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/variant.h b/core/variant.h index 5ddfe4039..9c93ecb73 100644 --- a/core/variant.h +++ b/core/variant.h @@ -151,11 +151,7 @@ private: InputEvent *_input_event; Image *_image; void *_ptr; //generic pointer -#ifdef USE_QUAD_VECTORS - uint8_t _mem[sizeof(ObjData) > (sizeof(real_t)*5) ? sizeof(ObjData) : (sizeof(real_t)*5)]; // plane uses an extra real -#else uint8_t _mem[sizeof(ObjData) > (sizeof(real_t)*4) ? sizeof(ObjData) : (sizeof(real_t)*4)]; -#endif } _data; |
