diff --git a/Adventures in Lestoria/AdventuresInLestoria.cpp b/Adventures in Lestoria/AdventuresInLestoria.cpp index a7cf7a92..e3b0dc4f 100644 --- a/Adventures in Lestoria/AdventuresInLestoria.cpp +++ b/Adventures in Lestoria/AdventuresInLestoria.cpp @@ -971,19 +971,6 @@ void AiL::RenderWorld(float fElapsedTime){ PopulateRenderLists(); auto RenderPlayer=[&](vf2d pos,vf2d scale){ - SetWorldColor(PixelLerp(DARK_BLUE,BLACK,sin(geom2d::pi*GetRunTime()*2))); - if(GetCurrentMapData().provideOptimization&&!LoadingScreen::loading){ - StageMaskPolygon poly{ - { - view.ScreenToWorld(GetMousePos()-vf2d{50,50}), - view.ScreenToWorld(GetMousePos()+vf2d{100,-20}), - view.ScreenToWorld(GetMousePos()+vf2d{200,200}), - view.ScreenToWorld(GetMousePos()+vf2d{-50,150}), - view.ScreenToWorld(GetMousePos()+vf2d{-120,90}), - },"safeIndicatorGradient.png",PixelLerp(VERY_DARK_BLUE,BLACK,sin(geom2d::pi*GetRunTime()*2)) - }; - poly.Draw(); - } if(player->IsInvisible())return; vf2d playerScale=vf2d(player->GetSizeMult(),player->GetSizeMult()); int count=0; diff --git a/Adventures in Lestoria/Version.h b/Adventures in Lestoria/Version.h index 0bb93c6e..8e9a25b8 100644 --- a/Adventures in Lestoria/Version.h +++ b/Adventures in Lestoria/Version.h @@ -39,7 +39,7 @@ All rights reserved. #define VERSION_MAJOR 1 #define VERSION_MINOR 2 #define VERSION_PATCH 3 -#define VERSION_BUILD 9572 +#define VERSION_BUILD 9574 #define stringify(a) stringify_(a) #define stringify_(a) #a diff --git a/x64/Release/Adventures in Lestoria.exe b/x64/Release/Adventures in Lestoria.exe index 799d0f9e..6534b591 100644 Binary files a/x64/Release/Adventures in Lestoria.exe and b/x64/Release/Adventures in Lestoria.exe differ