Skip to content

Commit

Permalink
DFM only waits for input if being debugged
Browse files Browse the repository at this point in the history
  • Loading branch information
TwilCynder committed Aug 11, 2024
1 parent eb6698c commit 2fb4a4f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions gamefile manager/src/dataFileMaker.pb
Original file line number Diff line number Diff line change
Expand Up @@ -1127,11 +1127,16 @@ CloseFile(0)
If logging
PrintN("===============================")
PrintN("FINISHED. File size : " + size)

If #PB_Compiler_Debugger
Input()
EndIf
EndIf

; IDE Options = PureBasic 6.00 LTS (Windows - x64)
; ExecutableFormat = Console
; CursorPosition = 1129
; FirstLine = 1078
; CursorPosition = 1132
; FirstLine = 1081
; Folding = ------
; EnableXP
; Executable = ..\..\..\res\DFM.exe
Expand Down

0 comments on commit 2fb4a4f

Please sign in to comment.