From 27e190ceba3e9fac08d2843fc5269bc7756d309e Mon Sep 17 00:00:00 2001 From: Sean Lilley Date: Sat, 26 Oct 2019 20:51:50 -0400 Subject: [PATCH] Update CHANGES --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index cf35100..7810fd0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,10 @@ Change Log ========== +### 3.?.? ????-??-?? + +* Fixed specular image not being decoded when referenced by other textures. [#217](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/217) + ### 3.0.3 2019-06-26 * Fixed parsing of negative face indices. [#191](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/191)