diff --git a/stepmania/Utils/Bitmap Font Builder.exe b/stepmania/Utils/Bitmap Font Builder.exe index 0b576742fb..08ba23a0a0 100755 Binary files a/stepmania/Utils/Bitmap Font Builder.exe and b/stepmania/Utils/Bitmap Font Builder.exe differ diff --git a/stepmania/Utils/LineCounter.exe b/stepmania/Utils/LineCounter.exe index f25ebae178..d35f5ca92e 100755 Binary files a/stepmania/Utils/LineCounter.exe and b/stepmania/Utils/LineCounter.exe differ diff --git a/stepmania/src/RageDisplay_D3D.cpp b/stepmania/src/RageDisplay_D3D.cpp index 4fd699bdd0..ec137b2557 100644 --- a/stepmania/src/RageDisplay_D3D.cpp +++ b/stepmania/src/RageDisplay_D3D.cpp @@ -357,7 +357,9 @@ bool RageDisplay::SetVideoMode( bool windowed, int width, int height, int bpp, i g_pd3dDevice->BeginScene(); - return false; // we can always reuse the D3D device + return true; + // Always reload textures. None of our textures + // are managed and all texture palettes are lost on Reset(). } void RageDisplay::ResolutionChanged()