mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-07-24 00:02:03 +00:00
[idd] fix failure to initialize variables
This commit is contained in:
@@ -127,8 +127,9 @@ void CFrameBufferResource::Reset()
|
||||
m_map = NULL;
|
||||
}
|
||||
|
||||
m_base = nullptr;
|
||||
m_size = 0;
|
||||
m_base = nullptr;
|
||||
m_size = 0;
|
||||
m_frameSize = 0;
|
||||
m_res.Reset();
|
||||
m_valid = false;
|
||||
m_valid = false;
|
||||
}
|
||||
Reference in New Issue
Block a user