You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-20 14:45:44 +00:00
Moved particles into ParticlesStorage
This commit is contained in:
@@ -459,6 +459,12 @@ public:
|
||||
|
||||
/* PARTICLES */
|
||||
|
||||
#undef ServerName
|
||||
#undef server_name
|
||||
|
||||
#define ServerName RendererParticlesStorage
|
||||
#define server_name RSG::particles_storage
|
||||
|
||||
FUNCRIDSPLIT(particles)
|
||||
|
||||
FUNC2(particles_set_mode, RID, ParticlesMode)
|
||||
@@ -514,6 +520,12 @@ public:
|
||||
|
||||
/* FOG VOLUME */
|
||||
|
||||
#undef ServerName
|
||||
#undef server_name
|
||||
|
||||
#define ServerName RendererStorage
|
||||
#define server_name RSG::storage
|
||||
|
||||
FUNCRIDSPLIT(fog_volume)
|
||||
|
||||
FUNC2(fog_volume_set_shape, RID, FogVolumeShape)
|
||||
|
||||
Reference in New Issue
Block a user