mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 17:51:21 +00:00
15 lines
210 B
C++
15 lines
210 B
C++
#include "ModelViewer.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
void ModelViewer::View::resized(const boo::SWindowRect& root, const boo::SWindowRect& sub)
|
|
{
|
|
specter::View::resized(root, sub);
|
|
m_scissorRect = sub;
|
|
}
|
|
|
|
|
|
|
|
}
|