(View) Fixed missing implementation of GetSize
Former-commit-id: 0953fb5079448035fc395ad2fd38535d27f08fb6
This commit is contained in:
parent
4b09757f63
commit
cbf3b2cf4e
|
|
@ -113,6 +113,11 @@ const NzMatrix4f& NzView::GetProjectionMatrix() const
|
||||||
return m_projectionMatrix;
|
return m_projectionMatrix;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const NzVector2f& NzView::GetSize() const
|
||||||
|
{
|
||||||
|
return m_size;
|
||||||
|
}
|
||||||
|
|
||||||
const NzRenderTarget* NzView::GetTarget() const
|
const NzRenderTarget* NzView::GetTarget() const
|
||||||
{
|
{
|
||||||
return m_target;
|
return m_target;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue