mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
nilrider:: do not init textures and shapes before they are needed
This commit is contained in:
parent
20ebc8b488
commit
001be27c87
@ -383,9 +383,6 @@ void level::init() {
|
||||
cgi.finishshape();
|
||||
}
|
||||
|
||||
init_textures();
|
||||
init_shapes();
|
||||
|
||||
start.where = mappt(startx+.5, starty+.5, 1);
|
||||
start.t = 0;
|
||||
start.timer = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user