mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-09 20:51:51 +00:00
chore: add game suffix to material dumping code
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
#include COMMON_HEADER
|
||||
#set JSON_HEADER "\"Game/" + GAME + "/Material/JsonMaterial" + GAME + ".h\""
|
||||
#include JSON_HEADER
|
||||
#set CONSTANTS_HEADER "\"Game/" + GAME + "/Material/MaterialConstantZoneState.h\""
|
||||
#set CONSTANTS_HEADER "\"Game/" + GAME + "/Material/MaterialConstantZoneState" + GAME + ".h\""
|
||||
#include CONSTANTS_HEADER
|
||||
|
||||
#include <iomanip>
|
||||
|
Reference in New Issue
Block a user