Use glLineWidth for wireframe rendering, use LoadingState for MapEditor

This commit is contained in:
2020-05-03 09:49:57 -05:00
parent c05009a000
commit c53d42166b
3 changed files with 10 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ class IMICFPS
flow(margin: 10) do
@maps.each do |map|
button map.metadata.name do
push_state(Editor, map_parser: map)
push_state(LoadingState, map_parser: map, forward: Editor)
end
end
end