mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-21 11:01:36 +00:00
- fixed missing depth for models
(cherry picked from commit 4642861501
)
This commit is contained in:
parent
2f1c5ee5d2
commit
5a6eb48690
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