Small export path change

This commit is contained in:
Robert Beckebans 2022-01-20 22:28:18 +01:00
parent 7a0ac78762
commit 7279cd5d05

View file

@ -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 );