Updated buffers interface
Former-commit-id: 8c8d60b6b22cc844740dbc3320af65575cec4feb
This commit is contained in:
@@ -588,7 +588,7 @@ bool NzRenderer::Initialize()
|
||||
1.f, 1.f,
|
||||
};
|
||||
|
||||
if (!s_fullscreenQuadBuffer->FillVertices(vertices, 0, 4))
|
||||
if (!s_fullscreenQuadBuffer->Fill(vertices, 0, 4))
|
||||
{
|
||||
NazaraError("Failed to fill fullscreen quad buffer");
|
||||
Uninitialize();
|
||||
|
||||
Reference in New Issue
Block a user