renderer: chores++

This commit is contained in:
Hermet Park 2025-06-11 01:49:36 +09:00 committed by Mira Grudzinska
parent 04728acc47
commit db893255d6

View file

@ -95,9 +95,7 @@ namespace tvg
uint8_t ref() uint8_t ref()
{ {
if (refCnt == UINT16_MAX) TVGERR("RENDERER", "Reference Count Overflow!"); return ++refCnt;
else ++refCnt;
return refCnt;
} }
uint8_t unref() uint8_t unref()