remove straggling printf

This commit is contained in:
Nic Barker 2024-12-28 18:49:12 +13:00
parent 054b2dab7c
commit b14f25fa6b

View File

@ -78,7 +78,6 @@ int main(void) {
Clay_Raylib_Initialize(1024, 768, "Introducing Clay Demo", FLAG_WINDOW_RESIZABLE | FLAG_WINDOW_HIGHDPI | FLAG_MSAA_4X_HINT | FLAG_VSYNC_HINT); // Extra parameters to this function are new since the video was published
uint64_t clayRequiredMemory = Clay_MinMemorySize();
printf("%lld", clayRequiredMemory);
Clay_Arena clayMemory = (Clay_Arena) {
.memory = malloc((size_t)1024 * 1024 * 1024 * 1024),
.capacity = clayRequiredMemory