1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-14 13:41:12 +00:00

Fix GPUParticles3D generate AABB

This commit is contained in:
CaptainProton42
2021-09-25 17:35:56 +02:00
parent 46cc0af5c5
commit dd70daafba
2 changed files with 2 additions and 5 deletions

View File

@@ -621,7 +621,6 @@ private:
float color[4];
float custom[3];
float lifetime;
uint32_t pad[3];
};
struct ParticlesFrameParams {