mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-02 06:24:07 +00:00
nilrider:: fixed missing textures in planning
This commit is contained in:
parent
19a83d2ea8
commit
d95bbe2574
@ -94,6 +94,7 @@ void level::compute_plan_transform() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void level::draw_planning_screen() {
|
void level::draw_planning_screen() {
|
||||||
|
curlev->init_textures();
|
||||||
dynamicval<eGeometry> g(geometry, gEuclid);
|
dynamicval<eGeometry> g(geometry, gEuclid);
|
||||||
dynamicval<eModel> pm(pmodel, mdDisk);
|
dynamicval<eModel> pm(pmodel, mdDisk);
|
||||||
dynamicval<bool> ga(vid.always3, false);
|
dynamicval<bool> ga(vid.always3, false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user