missed a line

This commit is contained in:
olebeck 2025-06-30 22:10:45 +02:00
parent 3c548d987c
commit 5dae46b3c9

View File

@ -609,8 +609,8 @@ GXMRenderer::GXMRenderer(DWORD width, DWORD height)
for (uint32_t i = 0; i < VITA_GXM_UNIFORM_BUFFER_COUNT; i++) {
this->fragmentNotifications[i].address = notificationMem + (i * 2);
this->fragmentNotifications[i].value = 0;
this->vertexNotifications[i].address = notificationMem + (i * 2) + 1;
this->vertexNotifications[i].value = 0;
//this->vertexNotifications[i].address = notificationMem + (i * 2) + 1;
//this->vertexNotifications[i].value = 0;
}
int count;