Skip to content

Commit

Permalink
Merge pull request #88559 from cariad/patch-1
Browse files Browse the repository at this point in the history
Fix "dimensionnal" typo
  • Loading branch information
akien-mga committed Feb 20, 2024
2 parents 5458727 + 9472ccb commit 2115165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/Texture3D.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="Texture3D" inherits="Texture" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
<brief_description>
Base class for 3-dimensionnal textures.
Base class for 3-dimensional textures.
</brief_description>
<description>
Base class for [ImageTexture3D] and [CompressedTexture3D]. Cannot be used directly, but contains all the functions necessary for accessing the derived resource types. [Texture3D] is the base class for all 3-dimensional texture types. See also [TextureLayered].
Expand Down

0 comments on commit 2115165

Please sign in to comment.