Make Linked elements BSS conform

This commit is contained in:
2023-06-26 20:40:30 +02:00
parent 63aa467962
commit 75ab477fff
3 changed files with 19 additions and 6 deletions

View File

@@ -43,7 +43,7 @@ namespace JabyEngine {
template<typename T>
static void render(const LinkedElement<T>& linked_primitives) {
internal::render_dma(&linked_primitives.value);
internal::render_dma(&linked_primitives.link_value);
}
template<typename T>