Review layouts and examples

This commit is contained in:
Ray San
2018-04-09 09:05:13 +02:00
parent 27fd72121e
commit a0400b6ff7
7 changed files with 37 additions and 40 deletions

View File

@ -18,7 +18,6 @@
#include <string.h> // Required for: strcpy()
#include <stdlib.h> // Required for: atoi()
//------------------------------------------------------------------------------------
// Program main entry point
//------------------------------------------------------------------------------------
@ -56,8 +55,6 @@ int main(int argc, char *argv[0])
int format = UNCOMPRESSED_R8G8B8A8;
int headerSize = 0;
GuiLoadStyleImage("rguistyle_default_dark.png");
InitWindow(SCREEN_WIDTH, SCREEN_HEIGHT, "raw image importer");
Texture2D texture = { 0 };
@ -146,7 +143,6 @@ int main(int argc, char *argv[0])
}
if (imageLoaded) imageScale += (float)GetMouseWheelMove(); // Image scale control
//----------------------------------------------------------------------------------
// Draw

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB