Merge remote-tracking branch 'origin/NDK' into NDK-ShadowMapping
Conflicts: SDK/include/NDK/Systems/RenderSystem.hpp SDK/src/NDK/Systems/RenderSystem.cpp Former-commit-id: f62e9a27427d96893acd2381bb06ae928a1d3741
This commit is contained in:
@@ -41,7 +41,7 @@ bool NzRenderWindow::CopyToImage(NzAbstractImage* image, const NzVector3ui& dstP
|
||||
}
|
||||
#endif
|
||||
|
||||
return CopyToImage(image, NzRectui(NzVector2ui(0U), GetSize()));
|
||||
return CopyToImage(image, NzRectui(NzVector2ui(0U), GetSize()), dstPos);
|
||||
}
|
||||
|
||||
bool NzRenderWindow::CopyToImage(NzAbstractImage* image, const NzRectui& rect, const NzVector3ui& dstPos) const
|
||||
|
||||
Reference in New Issue
Block a user