mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-24 02:32:18 +00:00
Small export path change
This commit is contained in:
parent
7a0ac78762
commit
7279cd5d05
1 changed files with 1 additions and 1 deletions
|
@ -2944,7 +2944,7 @@ void idDeclManagerLocal::ExportImagesToTrenchBroom_f( const idCmdArgs& args )
|
|||
|
||||
imageName.StripLeadingOnce( "generated/images/" );
|
||||
|
||||
idStrStatic< MAX_OSPATH > exportName = "exported/_tb/";
|
||||
idStrStatic< MAX_OSPATH > exportName = "_tb/";
|
||||
exportName += imageName;
|
||||
int idx = exportName.Find( '#' );
|
||||
exportName.CapLength( idx );
|
||||
|
|
Loading…
Reference in a new issue