Fix compile on 4.0.

This commit is contained in:
Relintai 2020-06-20 23:17:32 +02:00
parent d7a853cc73
commit 469ca4cc5e
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@
#define PoolByteArray PackedByteArray
#define MeshInstance MeshInstance3D
#define Camera Camera3D
#define ToolButton Button
typedef class World3D World;