diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-09-21 11:50:35 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-09-21 11:50:35 +0200 |
commit | d39f53439f603f8ecd3290807210baf741fc3542 (patch) | |
tree | ef52f5c1d44b5aabfe3ced406f34589f22aa5a3f /editor | |
parent | b271a88a9e5bf90858629ab3b50c133f32a8837a (diff) | |
parent | 1a6f8512bc5fd2b226a9db5e622b1a85350625c4 (diff) | |
download | redot-engine-d39f53439f603f8ecd3290807210baf741fc3542.tar.gz |
Merge pull request #96982 from dsnopek/external-texture
Add external texture support (GLES3)
Diffstat (limited to 'editor')
-rw-r--r-- | editor/renames_map_3_to_4.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/renames_map_3_to_4.cpp b/editor/renames_map_3_to_4.cpp index 8eab3fbea9..ae7c86a5e5 100644 --- a/editor/renames_map_3_to_4.cpp +++ b/editor/renames_map_3_to_4.cpp @@ -1518,7 +1518,6 @@ const char *RenamesMap3To4::class_renames[][2] = { { "EditorSceneImporterGLTF", "EditorSceneFormatImporterGLTF" }, { "EditorSpatialGizmo", "EditorNode3DGizmo" }, { "EditorSpatialGizmoPlugin", "EditorNode3DGizmoPlugin" }, - { "ExternalTexture", "ImageTexture" }, { "GIProbe", "VoxelGI" }, { "GIProbeData", "VoxelGIData" }, { "Generic6DOFJoint", "Generic6DOFJoint3D" }, |