From ee46a8794744bc91d991e0854af7df950f3552be Mon Sep 17 00:00:00 2001 From: Janine Liu <32226860+j9liu@users.noreply.github.com> Date: Wed, 31 Jan 2024 17:22:17 -0500 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 2e32a2a20..79b5d50f4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,7 +16,7 @@ - Fixed several building warnings when packing in Unreal Engine 5.3. - Readded backwards compatibility for feature textures from `EXT_feature_metadata`, which was mistakenly removed. - Fixed a bug that caused nav mesh creation to be slow due to creating duplicate physics meshes. -- Apply `KHR_texture_transform` texture coordinate transformation in UMaterial instead of in native. +- `KHR_texture_transform` is now applied in `UMaterial`, instead of being baked directly into texture coordinates. ##### Additions :tada: