summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics/GraphicsEngine')
-rw-r--r--Graphics/GraphicsEngine/interface/Query.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngine/interface/Query.h b/Graphics/GraphicsEngine/interface/Query.h
index 7b18100f..47f5bffe 100644
--- a/Graphics/GraphicsEngine/interface/Query.h
+++ b/Graphics/GraphicsEngine/interface/Query.h
@@ -98,7 +98,7 @@ struct QueryDataTimestamp
const QUERY_TYPE Type = QUERY_TYPE_TIMESTAMP;
/// The value of a high-frequency counter.
- Uint64 NumTicks = 0;
+ Uint64 Counter = 0;
/// The counter frequency, in Hz (ticks/second). If there was an error
/// while getting the timestamp, this value will be 0.