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

Merge pull request #105640 from scgm0/SvgTexture-not-in-3D

SvgTexture not in 3D
This commit is contained in:
Thaddeus Crews
2025-04-22 10:44:26 -05:00

View File

@@ -936,7 +936,6 @@ void register_scene_types() {
#ifndef _3D_DISABLED
GDREGISTER_CLASS(AudioStreamPlayer3D);
GDREGISTER_VIRTUAL_CLASS(PrimitiveMesh);
GDREGISTER_CLASS(SVGTexture);
GDREGISTER_CLASS(BoxMesh);
GDREGISTER_CLASS(CapsuleMesh);
GDREGISTER_CLASS(CylinderMesh);
@@ -1021,6 +1020,7 @@ void register_scene_types() {
GDREGISTER_CLASS(PlaceholderTexture2DArray);
GDREGISTER_CLASS(PlaceholderCubemap);
GDREGISTER_CLASS(PlaceholderCubemapArray);
GDREGISTER_CLASS(SVGTexture);
// These classes are part of renderer_rd
GDREGISTER_CLASS(Texture2DRD);