mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Force No Shadows on Surfaces
Force No Shadows on Surfaces Committer: sixtyfour On branch DKRsixtyfour Changes to be committed: modified: src/unknown_0255E0.h
This commit is contained in:
@@ -25,7 +25,7 @@ enum TriangleBatchFlags {
|
||||
BATCH_FLAGS_UNK00000800 = (1 << 11),
|
||||
BATCH_FLAGS_UNK00001000 = (1 << 12),
|
||||
BATCH_FLAGS_UNK00002000 = (1 << 13),
|
||||
BATCH_FLAGS_UNK00004000 = (1 << 14),
|
||||
BATCH_FLAGS_FORCE_NO_SHADOWS = (1 << 14),
|
||||
BATCH_FLAGS_ENVMAP = (1 << 15),
|
||||
BATCH_FLAGS_TEXTURE_ANIM = (1 << 16),
|
||||
BATCH_FLAGS_UNK00020000 = (1 << 17),
|
||||
|
||||
Reference in New Issue
Block a user