mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 12:34:05 +09:00
lightmap to update every other frame, and rendering needs fix minor jitter
This commit is contained in:
@@ -500,7 +500,7 @@ object WorldSimulator {
|
||||
// this makes sure that only the emitters with wires installed will get traversed
|
||||
world.getWireGraphOf(point.x, point.y, wire)?.let { _ ->
|
||||
printdbg(this, wire)
|
||||
|
||||
|
||||
val points = Queue<WireGraphCursor>() // a queue, enqueued at the end
|
||||
var marked = HashSet<Long>()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user