HardwareBuffer: Fix wtf behavior
This commit is contained in:
parent
fc2fd81719
commit
b7692400c4
|
|
@ -50,7 +50,8 @@ namespace Nz
|
||||||
|
|
||||||
UInt32 totalSize = m_parent->GetSize();
|
UInt32 totalSize = m_parent->GetSize();
|
||||||
|
|
||||||
bool forceDiscard = (size == totalSize);
|
//bool forceDiscard = (size == totalSize);
|
||||||
|
bool forceDiscard = true;
|
||||||
|
|
||||||
OpenGL::BindBuffer(m_type, m_buffer);
|
OpenGL::BindBuffer(m_type, m_buffer);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue