fix linux templates

This commit is contained in:
Roy Qu 2022-07-03 09:32:46 +08:00
parent ee13140316
commit a1102932a3
2 changed files with 3 additions and 3 deletions

View File

@ -61,8 +61,8 @@ int main() {
trackColor= GuiColorPicker((Rectangle){ 50, 250, 196, 192 }, NULL, trackColor);
int doClear = GuiButton((Rectangle){ 120, 700, 80, 30 },"Clear");
if (newOuterL!=outerL || newBaseL!=baseL || newPointL!=pointL) {
if (newInnerL!=innerL)
pointL=newInnerL;
if (newOuterL!=outerL)
pointL=newOuterL;
else
pointL=newPointL;
outerL=newOuterL;

View File

@ -39,7 +39,7 @@
#define RAYGUI_IMPLEMENTATION
//#define RAYGUI_CUSTOM_ICONS // It requires providing gui_icons.h in the same directory
//#include "gui_icons.h" // External icons data provided, it can be generated with rGuiIcons tool
#include <raygui/raygui.h>
#include <raygui.h>
#include <string.h> // Required for: strcpy()