fixed crashes (?) after moving to 3D and back

This commit is contained in:
Zeno Rogue 2019-04-29 03:37:47 +02:00
parent c19ffb3597
commit f65c8d5dc8
1 changed files with 1 additions and 0 deletions

View File

@ -1841,6 +1841,7 @@ void bshape(hpcshape& sh, PPR prio) {
last = &sh;
last->s = isize(hpc), last->prio = prio;
last->flags = 0;
last->tinf = NULL;
first = true;
}