update icon, move to assets

This commit is contained in:
Gero Müller 2017-11-03 12:15:20 +10:00
rodzic 0f6ebbc2d4
commit d73e712df3
3 zmienionych plików z 1 dodań i 1 usunięć

BIN
assets/icon.png Normal file

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 67 KiB

BIN
icon.png

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 8.9 KiB

Wyświetl plik

@ -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);