From c0bb78f1c9931b4afb14ec76b6d6190e79ab6fa0 Mon Sep 17 00:00:00 2001 From: h4570 Date: Sat, 6 Feb 2021 18:26:09 +0100 Subject: [PATCH] added latest changes --- CHANGELOG.MD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 496911c..caba760 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.?.?] - 2020-?-? +## [1.31.2] - 2021-02-06 ### Added - Id to MeshFrame @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Moved color from mesh to mesh material. - OBJ Loader refactor - Logic of loadFrom() +- Migrated to GCC9 (valid with latest PS2SDK) ### Removed - Removed MeshId from TextureLink, TextureRepository