File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ public class MyTest {
99 public static void Test ( ) {
1010 AssetDatabase . DeleteAsset ( "Assets/Plugins/BitmapFontImporter/Examples/Font1/font1.fontsettings" ) ;
1111 AssetDatabase . DeleteAsset ( "Assets/Plugins/BitmapFontImporter/Examples/Font2/font2.fontsettings" ) ;
12- AssetDatabase . DeleteAsset ( "Assets/Plugins/BitmapFontImporter/Examples/Font2 /font3.fontsettings" ) ;
12+ AssetDatabase . DeleteAsset ( "Assets/Plugins/BitmapFontImporter/Examples/Font3 /font3.fontsettings" ) ;
1313
1414 BFImporter . DoImportBitmapFont ( "Assets/Plugins/BitmapFontImporter/Examples/Font1/font1.fnt" ) ;
1515 BFImporter . DoImportBitmapFont ( "Assets/Plugins/BitmapFontImporter/Examples/Font2/font2.fnt" ) ;
16- BFImporter . DoImportBitmapFont ( "Assets/Plugins/BitmapFontImporter/Examples/Font3/font2 .fnt" ) ;
16+ BFImporter . DoImportBitmapFont ( "Assets/Plugins/BitmapFontImporter/Examples/Font3/font3 .fnt" ) ;
1717 }
1818}
You can’t perform that action at this time.
0 commit comments