Renderer: Replaced RenderTarget::Get[Height|Width] by RenderTarget::GetSize
Utility: Removed Window::Get[Height|Width] methods
This commit is contained in:
@@ -1444,7 +1444,7 @@ namespace Nz
|
||||
}
|
||||
|
||||
// Envoi des uniformes liées au Renderer
|
||||
Vector2ui targetSize(s_target->GetWidth(), s_target->GetHeight());
|
||||
Vector2ui targetSize = s_target->GetSize();
|
||||
if (s_targetSize != targetSize)
|
||||
{
|
||||
int location;
|
||||
|
||||
Reference in New Issue
Block a user