mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-15 02:46:10 +00:00
aurora: Reimplement textures
This commit is contained in:
@@ -81,7 +81,7 @@ static bool g_RippleMapSetup = false;
|
||||
std::array<std::array<u8, 64>, 64> CFluidPlaneManager::RippleValues{};
|
||||
std::array<u8, 64> CFluidPlaneManager::RippleMins{};
|
||||
std::array<u8, 64> CFluidPlaneManager::RippleMaxs{};
|
||||
std::shared_ptr<aurora::gfx::TextureHandle> CFluidPlaneManager::RippleMapTex;
|
||||
aurora::gfx::TextureHandle CFluidPlaneManager::RippleMapTex;
|
||||
|
||||
void CFluidPlaneManager::SetupRippleMap() {
|
||||
if (g_RippleMapSetup) {
|
||||
|
||||
Reference in New Issue
Block a user