mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-20 06:01:16 +00:00
missed a line
This commit is contained in:
parent
3c548d987c
commit
5dae46b3c9
@ -609,8 +609,8 @@ GXMRenderer::GXMRenderer(DWORD width, DWORD height)
|
|||||||
for (uint32_t i = 0; i < VITA_GXM_UNIFORM_BUFFER_COUNT; i++) {
|
for (uint32_t i = 0; i < VITA_GXM_UNIFORM_BUFFER_COUNT; i++) {
|
||||||
this->fragmentNotifications[i].address = notificationMem + (i * 2);
|
this->fragmentNotifications[i].address = notificationMem + (i * 2);
|
||||||
this->fragmentNotifications[i].value = 0;
|
this->fragmentNotifications[i].value = 0;
|
||||||
this->vertexNotifications[i].address = notificationMem + (i * 2) + 1;
|
//this->vertexNotifications[i].address = notificationMem + (i * 2) + 1;
|
||||||
this->vertexNotifications[i].value = 0;
|
//this->vertexNotifications[i].value = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int count;
|
int count;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user