TeslaCloud / flux-ce

Flux Community Edition (CE); A free and open-source Garry's Mod gamemode framework.
https://f.teslacloud.net
MIT License
26 stars 18 forks source link

Health Indicator draw_circle breaking upon refresh. #5

Open Aspect12 opened 5 years ago

Aspect12 commented 5 years ago

Health draw_circle breaking upon refresh.

When the schema auto-refreshes, the following is spam-printed in the console when the Health Indicator is shown:


  1. draw_circle - [C]:-1
   2. draw_circle_outline - gamemodes/flux/crates/fluctuations/core/cl_core.lua:176
    3. draw - gamemodes/flux/crates/fluctuations/lib/cl_info_display.lua:67
     4. draw_all - gamemodes/flux/crates/fluctuations/lib/cl_info_display.lua:93
      5. unknown - gamemodes/flux/crates/fluctuations/hooks/cl_hooks.lua:177
garytate commented 5 years ago

This seems to be a fixed issue from long ago, can't produce the error no matter what I try.