We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 481e505 commit 97d08a9Copy full SHA for 97d08a9
crates/bevy_gltf/src/lib.rs
@@ -121,7 +121,7 @@
121
//! | `EXT_meshopt_compression` | ❌ | |
122
//! | `EXT_texture_webp` | ❌ | |
123
//!
124
-//! \*KHR_texture_transform is only supported on `base_color_texture`, see [#15310](https://github.com/bevyengine/bevy/issues/15310).
+//! \*`KHR_texture_transform` is only supported on `base_color_texture`, see [#15310](https://github.com/bevyengine/bevy/issues/15310).
125
126
//! See the [glTF Extension Registry](https://github.com/KhronosGroup/glTF/blob/main/extensions/README.md) for more information on extensions.
127
0 commit comments