From a0b202cca4fc4a8aa7f5c24ef4f579018e1f34c6 Mon Sep 17 00:00:00 2001 From: coco875 <59367621+coco875@users.noreply.github.com> Date: Sun, 6 Jul 2025 23:14:57 +0000 Subject: fix some custom texture (#426) * fix lakitu custom texture * finish fix lakitu * finish fix lakitu but also fix crab and snowman * Update Mole.cpp * fix texture around jumbotron --------- Co-authored-by: MegaMech --- include/align_asset_macro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/align_asset_macro.h b/include/align_asset_macro.h index 43b28dd3a..8292815f8 100644 --- a/include/align_asset_macro.h +++ b/include/align_asset_macro.h @@ -1,6 +1,6 @@ #pragma once -bool GameEngine_OTRSigCheck(char* imgData); +bool GameEngine_OTRSigCheck(const char* imgData); #if defined(_WIN32) #define ALIGN_ASSET(x) __declspec(align(x)) -- cgit v1.2.3