Fix typo.

This commit is contained in:
Relintai 2024-07-16 23:55:30 +02:00
parent ee8a1c83eb
commit a5762c85c1

View File

@ -32,5 +32,5 @@
#include <alloca.h>
#ifndef GLES3_DISABLED
#define GLES3_INCLUDE_H "platform/javascript/godot_webgl2.h"
#define GLES3_INCLUDE_H "platform/javascript/pandemonium_webgl2.h"
#endif