Center on Search, fix crash on GC, Remove repo
This commit is contained in:
@@ -523,7 +523,7 @@ void GarbageCollect() {
|
||||
}
|
||||
|
||||
if (it->close) {
|
||||
RawAppendf(GCInfoBuffer, "Wind %d %S\n", (int)it->id.id);
|
||||
RawAppendf(GCInfoBuffer, "Wind %d %d %d %d %d\n", (int)it->id.id, (int)it->total_rect.min.x, (int)it->total_rect.min.y, (int)it->total_rect.max.x, (int)it->total_rect.max.y);
|
||||
Dealloc(&it->goto_history);
|
||||
Dealloc(&it->goto_redo);
|
||||
Dealloc(sys_allocator, it);
|
||||
|
||||
Reference in New Issue
Block a user