mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-12-01 16:32:17 +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)
|
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;
|
this->idepth = idepth;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue