[UI] Initialize handle in ImmediateTexture.

This commit is contained in:
gibbed 2020-04-13 12:32:07 -05:00 committed by Rick Gibbed
parent bc92169fce
commit 2cc473f60b
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class ImmediateTexture {
protected:
ImmediateTexture(uint32_t width, uint32_t height)
: width(width), height(height) {}
: width(width), height(height), handle(0ULL) {}
};
// Describes the primitive type used by a draw call.