mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Update comment on render item status
This commit is contained in:
parent
fa7621896a
commit
5aff4d9f69
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@
|
|||
using namespace render;
|
||||
using namespace render::entities;
|
||||
|
||||
// These or the icon "name" used by the render item status value, they correspond to the atlas texture used by the DrawItemStatus
|
||||
// job in the current rendering pipeline defined as of now (11/2015) in render-utils/RenderDeferredTask.cpp.
|
||||
// These or the icon "name" used by the render item status value, they correspond to the atlas texture used by the DrawStatus
|
||||
// job in the current rendering pipeline defined as of now (2019/05) in render-utils/RenderDeferredTask.cpp.
|
||||
enum class RenderItemStatusIcon {
|
||||
ACTIVE_IN_BULLET = 0,
|
||||
PACKET_SENT = 1,
|
||||
|
|
Loading…
Reference in a new issue