✅ No screen render

I'm trying to make a 2-dimensional render in the console(for myself) and I finally don't have a cross render in the console, what could be the problem?
6 Replies
𝙅𝙚𝙣𝙤𝙘𝙡𝙞𝙥
Ping me if you have a question or answer
Pobiega
Pobiega12mo ago
Keyboard_Key = Console.ReadKey(); this line will block execution and thats in your update loop you probably want to check if a key is available before reading to prevent the block
𝙅𝙚𝙣𝙤𝙘𝙡𝙞𝙥
Thanks, I'll check it out
Accord
Accord12mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.