1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-04 03:17:55 +00:00

Use term.blit on original paint render

This makes it super speedy, meaning an initial refresh doesn't take ages to load.
This commit is contained in:
Merith-TK
2021-04-21 08:57:32 -07:00
parent f1ec59df15
commit 5c6fd80b0c
2 changed files with 28 additions and 1 deletions

View File

@@ -325,3 +325,13 @@ d2a1a00dc43e5b65f6b64111ce76dd3db16c919f
Clear gets an option to reset the palette (#582)
Fixes #555.
```
```
aab0cd34cd64fdf837ff1c3b91a957a25c2cf7f9
Use term.blit on original paint render
This makes it super speedy, meaning an initial refresh doesn't take ages
to load.
```