fix for YR menu cursor lock bug in windowed mode

This commit is contained in:
FunkyFr3sh 2019-08-10 18:53:37 +02:00
parent 073dac298f
commit e41101f3d4
2 changed files with 27 additions and 4 deletions

View file

@ -4,7 +4,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_BUILD 4
#define VERSION_REVISION 4
#define VERSION_REVISION 5
#define VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD, VERSION_REVISION
#define VERSION_STRING ver_str(VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD, VERSION_REVISION)