Removed license from screen. It is pu inside a license file anyway.

This commit is contained in:
Hristo Stamenov 2021-03-14 10:20:39 +02:00
parent eee29c5ef1
commit e7b012c640

View File

@ -98,8 +98,6 @@ int main(void)
EndMode3D(); EndMode3D();
DrawText("(cc0) Avocado by @Microsoft", screenWidth - 200, screenHeight - 20, 10, GRAY);
EndDrawing(); EndDrawing();
//---------------------------------------------------------------------------------- //----------------------------------------------------------------------------------
} }