aboutsummaryrefslogtreecommitdiff
path: root/src/entity/MeshInstance.cpp
blob: ab7c9319f65db92429cecffa0c7158bc4861e99c (plain)
1
2
3
4
5
6
7
#include "../../include/entity/MeshInstance.hpp"

namespace amalgine {
    void MeshInstance::update() {
        
    }
}