2D Skeletons WORK IN PROGRESS

This commit is contained in:
Juan Linietsky
2018-02-21 17:23:27 -03:00
parent 612ab4bbc6
commit 7cd867c3fe
17 changed files with 488 additions and 26 deletions

View File

@@ -4,7 +4,7 @@ void MeshInstance2D::_notification(int p_what) {
if (p_what == NOTIFICATION_DRAW) {
if (mesh.is_valid()) {
draw_mesh(mesh, texture, normal_map, RID());
draw_mesh(mesh, texture, normal_map);
}
}
}