Skip to content

Commit

Permalink
1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-rgb committed Jun 28, 2016
1 parent 269d898 commit 6bd2b21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Milton.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

[Setup]
AppName=Milton
AppVersion=1.2.3
AppVersion=1.2.4
DefaultDirName={pf}\Milton
DefaultGroupName=Milton
;UninstallDisplayIcon={app}\Milton.exe
Compression=lzma2
SolidCompression=yes
OutputBaseFilename=MiltonSetup_1.2.3
OutputBaseFilename=MiltonSetup_1.2.4
ArchitecturesAllowed=x64
ArchitecturesInstallIn64BitMode=x64

Expand Down
1 change: 1 addition & 0 deletions src/milton.cc
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,7 @@ void milton_reset_canvas_and_set_default(MiltonState* milton_state)
mlt_free(l);
l = next;
}
milton_state->last_save_time = {};

milton_state->layer_guid = 0;
milton_state->root_layer = NULL;
Expand Down
2 changes: 1 addition & 1 deletion src/milton_configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// - Fixed address root_arena
// - very large root_arena
// - Runtime renderer implementation switching with F4
#define MILTON_DEBUG 1
#define MILTON_DEBUG 0

#define MILTON_MULTITHREADED 1

Expand Down

0 comments on commit 6bd2b21

Please sign in to comment.