Skip to content

Commit

Permalink
v1.0.3 improved debugging for opengl context creation. Fixed regressi…
Browse files Browse the repository at this point in the history
…on bug for saving image to files. Regression bug causing mods to be parsed in single threaded mode.
  • Loading branch information
kcleal committed Aug 27, 2024
1 parent 081a43b commit 49c78d3
Show file tree
Hide file tree
Showing 18 changed files with 7,062 additions and 209 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:

env:
version: 1.0.2
version: 1.0.3

jobs:
mingw:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ endif

OBJECTS = $(patsubst %.cpp, %.o, $(wildcard ./src/*.cpp))
OBJECTS += $(patsubst %.c, %.o, $(wildcard ./lib/libBigWig/*.c))

OBJECTS += $(patsubst %.c, %.o, $(wildcard ./include/*.c))

debug: LDFLAGS += -fsanitize=address -fsanitize=undefined

Expand Down
2 changes: 1 addition & 1 deletion deps/gw.desktop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Desktop Entry]
Encoding=UTF-8
Version=1.0.2
Version=1.0.3
Type=Application
Terminal=true
Exec=bash -c "/usr/bin/gw"
Expand Down
Loading

0 comments on commit 49c78d3

Please sign in to comment.