mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-05 10:41:52 +00:00
refactor: use templates for JsonMaterialDumper of IW5 and T6
This commit is contained in:
@ -2929,9 +2929,9 @@ namespace T6
|
||||
|
||||
enum GfxCullFace_e
|
||||
{
|
||||
GFXS0_CULL_NONE = 1,
|
||||
GFXS0_CULL_BACK = 2,
|
||||
GFXS0_CULL_FRONT = 3,
|
||||
GFXS_CULL_NONE = 1,
|
||||
GFXS_CULL_BACK = 2,
|
||||
GFXS_CULL_FRONT = 3,
|
||||
};
|
||||
|
||||
enum GfxDepthTest_e
|
||||
|
Reference in New Issue
Block a user