Skip to content

Commit

Permalink
minor clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeoverbay committed Oct 22, 2024
1 parent c802e9b commit 25bc884
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion !_Tank Exporter/Forms/frmMain.vb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Imports System.Xml
Imports Ionic.Zip
Imports Microsoft.VisualBasic.Strings
Imports Tao.FreeGlut.Glut
Imports Aspose.ThreeD
Imports Tank_Exporter.shader_loader
Imports System.Runtime.InteropServices
Imports System.Drawing.Imaging
Expand Down
2 changes: 1 addition & 1 deletion !_Tank Exporter/Modules/modFBX.vb
Original file line number Diff line number Diff line change
Expand Up @@ -1660,7 +1660,7 @@ outahere:
Dim c_new, h_new, t_new, g_new As Boolean
CB = False : HB = False : TB = False : GB = False ' these default to false but set them anyway
c_new = False : h_new = False : t_new = False : g_new = False
Dim fn As String
Dim fn As String = ""
If t_fbx <> t_mdl Then
If c_cnt <> ct Then 'something added?
CB = True
Expand Down

0 comments on commit 25bc884

Please sign in to comment.