mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 16:15:43 +00:00
do not make dummy output for zoneload template
This commit is contained in:
parent
60a689f58c
commit
ed47d514e1
@ -29,14 +29,11 @@ void ZoneLoadTemplate::RenderFile(std::ostream& stream, const int fileTag, Rende
|
||||
{
|
||||
if (fileTag == TAG_HEADER)
|
||||
{
|
||||
stream << "Header";
|
||||
}
|
||||
else if (fileTag == TAG_SOURCE)
|
||||
{
|
||||
stream << "Source";
|
||||
}
|
||||
else
|
||||
{
|
||||
stream << "Unknown";
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user