Update rcore_web.c

This commit is contained in:
Ray
2026-05-02 09:09:40 +02:00
parent 05c15c8ba7
commit 0a2b81b128

View File

@@ -76,7 +76,6 @@ typedef struct {
char canvasId[64]; // Keep current canvas id where wasm app is running
// NOTE: Useful when trying to run multiple wasms in different canvases in same webpage
#if defined(GRAPHICS_API_OPENGL_SOFTWARE)
unsigned int *pixels; // Pointer to pixel data buffer (RGBA 32bit format)
#endif