1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Change GetNextFrameHeight() to GetHeight().

The GetNextFrameHeight() name correctness was very situational. It was
often used in the meaning of "get current frame height".
This commit is contained in:
Bartosz Taudul
2023-03-25 15:12:33 +01:00
parent 7ec68f8b52
commit 96d60ce626
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ public:
void SetShowFull( bool showFull ) { m_showFull = showFull; }
// returns 0 instead of the correct value for the first frame
int GetNextFrameHeight() const { return m_height; }
int GetHeight() const { return m_height; }
const void* GetKey() const { return m_key; }