Raymond

Results 2 issues of Raymond

Before 1.9, the last mention of `draw_map()` and the code below occurs in 1.6 where it is below the `delete_the_dead()` call. ``` damage_system::delete_the_dead(&mut self.ecs); draw_map(&self.ecs, ctx); let positions = self.ecs.read_storage::();...

Is there a way to specify ascending/descending on a column in an index? ex: ``` def blurbIdx = index("blurb_id_idx", (blurbId, timestamp.desc)) ``` Getting an error like this when I try...

improvement