mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- fixed missing depth for models
This commit is contained in:
parent
1d929dd79b
commit
4642861501
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ namespace swrenderer
|
|||
|
||||
RenderModel::RenderModel(float x, float y, float z, FSpriteModelFrame *smf, AActor *actor, float idepth) : x(x), y(y), z(z), smf(smf), actor(actor)
|
||||
{
|
||||
gpos = { x, y, z };
|
||||
this->idepth = idepth;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue