Tier1: make CDepthCounter::Get const

This commit is contained in:
Kawe Mazidjatari 2024-08-03 11:02:21 +02:00
parent 510fb27392
commit 93eb3ab3a3

View File

@ -19,7 +19,7 @@ public:
ref--;
}
T Get()
T Get() const
{
return ref;
}