1
0
Fork 0

update icon, move to assets

Dieser Commit ist enthalten in:
Gero Müller 2017-11-03 12:15:20 +10:00
Ursprung 0f6ebbc2d4
Commit d73e712df3
3 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

BIN
assets/icon.png Normale Datei

Binäre Datei nicht angezeigt.

Nachher

Breite:  |  Höhe:  |  Größe: 67 KiB

BIN
icon.png

Binäre Datei nicht angezeigt.

Vorher

Breite:  |  Höhe:  |  Größe: 8.9 KiB

Datei anzeigen

@ -92,7 +92,7 @@ void Application::init() {
GLFWimage icon;
int n;
icon.pixels = stbi_load("icon.png", &icon.width, &icon.height, &n, 4);
icon.pixels = stbi_load("assets/icon.png", &icon.width, &icon.height, &n, 4);
if (icon.pixels) {
glfwSetWindowIcon(window, 1, &icon);
stbi_image_free(icon.pixels);