![]() |
Score / Lap Display bug - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3) +--- Forum: Bugs (https://www.vdrift.net/Forum/forumdisplay.php?fid=7) +--- Thread: Score / Lap Display bug (/showthread.php?tid=1444) |
Score / Lap Display bug - skankerror - 02-20-2011 ![]() This happens when I play practice game then switch to single race. When on pause menu, my last practice score appears on number of lap. This happens when I first play single race and then switch on practice game. Number of lap wants to live instead of score. - NaN - 02-20-2011 Will fix asap. Thanks. - skankerror - 02-21-2011 I thank you. Vdrift is the best game of the whole world. - NaN - 02-21-2011 I've added an offset to lap, place. Place and Lap are still visible in the pause menu when switching to practice after race. Maybe Joe can look into it. - joevenzon - 02-21-2011 Fixed in 3067. The HUD was getting Show() called on it when entering the pause menu, but Update() doesn't get called when the sim is paused, so items had the wrong visibility until the game was unpaused. Now the visibility state is cached in the HUD and calling Show() when the HUD is already visible does nothing. |