patch a vector for memory leaks
Dependencies
- [2]
5XA7TKWYpull font into editor - [3]
APYPFFS3call edit rather than App callbacks in tests - [4]
CNCYMM6Amake test initializations a little more obvious - [5]
RRDO6H7Hbugfix - [6]
2CK5QI7Wmake love event names consistent - [7]
H6QZ7GRRmore precise name - [8]
LNUHQOGHstart passing in Editor_state explicitly - [*]
2L5MEZV3experiment: new edit namespace
Change contents
- replacement in edit.lua at line 540
function edit.update_font_settings(State, font_height)function edit.update_font_settings(State, font_height, font) - replacement in edit.lua at line 542
State.font = love.graphics.newFont(State.font_height)State.font = font or love.graphics.newFont(State.font_height)