Primer depuración. Limpieza archivos innecesarios, cambios de nombres y preparación para Puma.

This commit is contained in:
2025-05-25 22:25:31 -03:00
parent d883ddd0d0
commit a5d5fe6288
37 changed files with 287 additions and 163 deletions
+1 -1
View File
@@ -726,7 +726,7 @@ bool LLWindowSDL::createContext(int x, int y, int width, int height, int bits, b
// Set the application icon.
SDL_Surface *bmpsurface;
bmpsurface = Load_BMP_Resource("firestorm_icon.BMP");
bmpsurface = Load_BMP_Resource("puma_icon.BMP");
if (bmpsurface)
{
// This attempts to give a black-keyed mask to the icon.
+1 -1
View File
@@ -814,7 +814,7 @@ bool LLWindowSDL::createContext(int x, int y, int width, int height, int bits, b
// Set the application icon.
SDL_Surface *bmpsurface;
bmpsurface = Load_BMP_Resource("firestorm_icon.BMP");
bmpsurface = Load_BMP_Resource("puma_icon.BMP");
if (bmpsurface)
{
SDL_SetWindowIcon(mWindow, bmpsurface);