diff options
| author | robojumper <robojumper@gmail.com> | 2025-03-16 15:37:19 +0100 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2025-03-16 22:17:53 +0100 |
| commit | 4eba49d9f8aa8059f7a1de387e2c7df2b48d82a9 (patch) | |
| tree | ce4452a7d4b9daf1a367e9c50f118dee5ccc216e /src/egg/gfx/eggLightTexture.cpp | |
| parent | f622030c7162b22b7642506e9a82f5120ca3f18f (diff) | |
Rough outline for LightTextureManager
Diffstat (limited to 'src/egg/gfx/eggLightTexture.cpp')
| -rw-r--r-- | src/egg/gfx/eggLightTexture.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egg/gfx/eggLightTexture.cpp b/src/egg/gfx/eggLightTexture.cpp index 13f2049f..768b447f 100644 --- a/src/egg/gfx/eggLightTexture.cpp +++ b/src/egg/gfx/eggLightTexture.cpp @@ -19,7 +19,7 @@ static const int sCpuTexGradientOp[NUM_CPU_TEX] = {0, 0, 0, 1, 2, 3, 4, 0, 5, 5, static nw4r::math::MTX34 sMtx(1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f); -u16 LightTexture::sTextureSize; +u16 LightTexture::sTextureSize = 0x20; CpuTexture *LightTexture::spNormalEnvironment; static s8 lbl_80574F3A = 0xFE; |
