From 9c867405e949ef6900c08fcf6fe1eebf89df8094 Mon Sep 17 00:00:00 2001 From: assada Date: Tue, 24 Feb 2026 12:56:07 +0100 Subject: [PATCH] switch Noble Engine to our fork with 5 community bugfixes Fork: assada/NobleEngine Merged PRs: - #63: fix background not drawing on scene transitions - #65: mark NobleSprite dirty before drawing (alwaysRedraw=false) - #86: fix animation frame duration issue - #90: fix broken filter utility method - #92: transition optimization (68% faster on hardware) --- .gitmodules | 2 +- source/libraries/noble | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index d58a343..bd6963e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "source/libraries/noble"] path = source/libraries/noble - url = https://github.com/NobleRobot/NobleEngine.git + url = https://github.com/assada/NobleEngine.git diff --git a/source/libraries/noble b/source/libraries/noble index 93ffd6e..83efd81 160000 --- a/source/libraries/noble +++ b/source/libraries/noble @@ -1 +1 @@ -Subproject commit 93ffd6eb29d61c1af1cb8d40b78daf75c4e85946 +Subproject commit 83efd812aabd1563987b58a28625c442ce1f0283