mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Fix editor picking in Polymer; sorry!
git-svn-id: https://svn.eduke32.com/eduke32@1758 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
1ececc94ea
commit
07ca533c4d
1 changed files with 1 additions and 0 deletions
|
@ -958,6 +958,7 @@ void polymer_drawrooms(int32_t daposx, int32_t daposy, int32_t da
|
|||
{
|
||||
globaloldoverridematerial = overridematerial;
|
||||
overridematerial = prprogrambits[PR_BIT_DIFFUSE_MODULATION].bit;
|
||||
overridematerial |= prprogrambits[PR_BIT_DIFFUSE_MAP2].bit;
|
||||
polymersearching = TRUE;
|
||||
}
|
||||
if (!searchit && polymersearching) {
|
||||
|
|
Loading…
Reference in a new issue