mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 17:51:21 +00:00
11 lines
222 B
C++
11 lines
222 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;
|
|
}
|
|
|
|
} // namespace urde
|