Add various fixes

This commit is contained in:
Wojtek Figat
2026-02-16 16:11:00 +01:00
parent d1557e5292
commit 6bd13feba6
6 changed files with 11 additions and 11 deletions

View File

@@ -41,7 +41,7 @@ PACK_STRUCT(struct SpriteParticleVertex
class SpriteParticleRenderer
{
public:
volatile int64 Ready = 0;
volatile intptr Ready = 0;
GPUBuffer* VB = nullptr;
GPUBuffer* IB = nullptr;
const static int32 VertexCount = 4;