mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
Review layouts and examples
This commit is contained in:
@ -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
|
||||
|
||||
BIN
examples/raw_importer/raw_importer_REV4.png
Normal file
BIN
examples/raw_importer/raw_importer_REV4.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 KiB |
Reference in New Issue
Block a user