diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c6e35771..5d6138ce8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ if(MSVC) # Shaddup MSVC add_definitions(-DUNICODE=1 -D_UNICODE=1 -D__SSE__=1 -D_CRT_SECURE_NO_WARNINGS=1 -DD_SCL_SECURE_NO_WARNINGS=1 - /IGNORE:4221 /wd4800 /wd4005 /wd4311 /wd4267 /wd4244 /wd4200 /wd4305 /wd4067 /wd4146 ${VS_DEFINES}) + /IGNORE:4221 /wd4018 /wd4800 /wd4005 /wd4311 /wd4267 /wd4244 /wd4200 /wd4305 /wd4067 /wd4146 ${VS_DEFINES}) # Link-time Code Generation for Release builds set(CMAKE_C_FLAGS_RELEASE "/DNDEBUG /O2 /Oy /GL /Gy /MD") diff --git a/Editor/platforms/freedesktop/32x32/apps/urde.png b/Editor/platforms/freedesktop/32x32/apps/urde.png index 30b2759a9..f37dbf455 100644 Binary files a/Editor/platforms/freedesktop/32x32/apps/urde.png and b/Editor/platforms/freedesktop/32x32/apps/urde.png differ diff --git a/Editor/platforms/win/mainicon.ico b/Editor/platforms/win/mainicon.ico index 67e824135..073f85785 100644 Binary files a/Editor/platforms/win/mainicon.ico and b/Editor/platforms/win/mainicon.ico differ diff --git a/hecl b/hecl index 2beeb0cec..ad4726898 160000 --- a/hecl +++ b/hecl @@ -1 +1 @@ -Subproject commit 2beeb0cec6bf4b02e8eb494a778682d571dc7c32 +Subproject commit ad472689886821f5357db16db93f91bf0a92df21