2
0
Fork 0

Update to 7a165bb88217e2ba007fdd1125a4bdca6e8d9d1a

This commit is contained in:
JeremyStar™ 2024-05-15 02:00:58 +02:00
parent fe4a160631
commit 24e402f947
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -112,7 +112,6 @@ func _process(_delta: float) -> void:
var stripped_text: String = ""
if logrtl.text.count("\n") > config_max_lines:
printerr("Stripping text")
var lines: PackedStringArray = logrtl.text.split("\n")
var index: int = 0