am 26aad35e: Merge "emulator opengl: typo caused the decoder to crash"
* commit '26aad35effe8006cefd246c655cf299f1e5cdf1e': emulator opengl: typo caused the decoder to crash
This commit is contained in:
@@ -44,7 +44,7 @@ public:
|
|||||||
GLDecoderContextData(int nLocations = CODEC_MAX_VERTEX_ATTRIBUTES) :
|
GLDecoderContextData(int nLocations = CODEC_MAX_VERTEX_ATTRIBUTES) :
|
||||||
m_nLocations(nLocations)
|
m_nLocations(nLocations)
|
||||||
{
|
{
|
||||||
m_pointerData = new FixedBuffer(m_nLocations);
|
m_pointerData = new FixedBuffer[m_nLocations];
|
||||||
}
|
}
|
||||||
|
|
||||||
~GLDecoderContextData() {
|
~GLDecoderContextData() {
|
||||||
|
|||||||
Reference in New Issue
Block a user