1
0
Fork 0

update icon, move to assets

Esse commit está contido em:
Gero Müller 2017-11-03 12:15:20 +10:00
commit d73e712df3
3 arquivos alterados com 1 adições e 1 exclusões

BIN
assets/icon.png Normal file

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 67 KiB

BIN
icon.png

Arquivo binário não exibido.

Antes

Largura:  |  Altura:  |  Tamanho: 8.9 KiB

Ver arquivo

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