ru:: removed debug

This commit is contained in:
Zeno Rogue
2026-04-14 21:07:04 +02:00
parent 0ef0cc12db
commit df7a23d113
-1
View File
@@ -604,7 +604,6 @@ struct timed_orb : public located_entity {
xy siz() override { return {18, 18}; }
string glyph() override { return "O"; }
color_t color() override {
println(hlog, tie(gframeid, current_room->timed_orb_end));
if(gframeid > current_room->timed_orb_end) return 0x8080FFFF;
return gradient(0x404080FF, 0x8080FFFF, -1, cos((gframeid - current_room->timed_orb_end) * TAU * 5 / game_fps), 1);
}