mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 07:32:10 +02:00
fix warning
This commit is contained in:
parent
cd1c782aa8
commit
2fe8979206
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ namespace render {
|
|||
|
||||
quint32 frameTextureCount{ 0 };
|
||||
quint32 frameTextureRate{ 0 };
|
||||
qint64 frameTextureMemoryUsage{ 0 };
|
||||
quint64 frameTextureMemoryUsage{ 0 };
|
||||
|
||||
quint32 frameSetPipelineCount{ 0 };
|
||||
|
||||
|
|
Loading…
Reference in a new issue