diff options
Diffstat (limited to 'servers/rendering/renderer_geometry_instance.h')
-rw-r--r-- | servers/rendering/renderer_geometry_instance.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/rendering/renderer_geometry_instance.h b/servers/rendering/renderer_geometry_instance.h index 600c526396..e4c8cb375f 100644 --- a/servers/rendering/renderer_geometry_instance.h +++ b/servers/rendering/renderer_geometry_instance.h @@ -37,7 +37,7 @@ #include "core/templates/rid.h" #include "storage/utilities.h" -// API definition for our RenderGeometryInstance class so we can expose this through GDExternal in the near future +// API definition for our RenderGeometryInstance class so we can expose this through GDExtension in the near future class RenderGeometryInstance { public: virtual ~RenderGeometryInstance() {} |