mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-03 21:08:04 +00:00
updated examples to call close
This commit is contained in:
parent
ad363f986c
commit
c7703b7a50
@ -72,4 +72,6 @@ int main(void) {
|
|||||||
Clay_Raylib_Render(renderCommandsBottom, fonts);
|
Clay_Raylib_Render(renderCommandsBottom, fonts);
|
||||||
EndDrawing();
|
EndDrawing();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Clay_Raylib_Close();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user