mirror of
https://github.com/zeldaret/ss
synced 2026-08-19 05:51:59 -04:00
FogManager OK
This commit is contained in:
+1
-1
@@ -877,7 +877,7 @@ config.libs = [
|
||||
Object(NonMatching, "egg/gfx/eggDrawPathDOF.cpp"),
|
||||
Object(Matching, "egg/gfx/eggDrawPathLightMap.cpp"),
|
||||
Object(NonMatching, "egg/gfx/eggFog.cpp"),
|
||||
Object(NonMatching, "egg/gfx/eggFogManager.cpp"),
|
||||
Object(Matching, "egg/gfx/eggFogManager.cpp"),
|
||||
Object(NonMatching, "egg/gfx/eggFrustum.cpp"),
|
||||
Object(NonMatching, "egg/gfx/eggG3DUtility.cpp"),
|
||||
Object(NonMatching, "egg/gfx/eggGfxEngine.cpp"),
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
namespace EGG {
|
||||
|
||||
FogManager::FogManager(u16 num) : mFlag(0), mCount(num), mCount2(num) {
|
||||
FogManager::FogManager(const u16 num) : mFlag(0), mCount(num), mCount2(num) {
|
||||
mpFog = new Fog[num];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user