mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Mapster32: call update_highlightsector() after 3D mode RCtrl+RAlt.
git-svn-id: https://svn.eduke32.com/eduke32@5343 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
c82d98fc77
commit
5ea8625c37
1 changed files with 1 additions and 0 deletions
|
@ -4447,6 +4447,7 @@ static void Keys3d(void)
|
|||
reset_highlightsector();
|
||||
|
||||
handlesecthighlight1(searchsector, sub, 1);
|
||||
update_highlightsector();
|
||||
|
||||
message("%s sector %d", sub ? "De-selected" : "Selected", searchsector);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue