From f54370de7e4214cb7813d26b1a39a8f6e42b7b56 Mon Sep 17 00:00:00 2001 From: hnOsmium0001 Date: Mon, 25 Apr 2022 20:22:07 -0700 Subject: Initial work on rendering sprites to screen --- source/Material.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/Material.cpp') diff --git a/source/Material.cpp b/source/Material.cpp index abb2f57..3d227f6 100644 --- a/source/Material.cpp +++ b/source/Material.cpp @@ -346,7 +346,7 @@ void IresMaterial::ShowEditor(EditorInstance& editor) { if (shader) { shader->GetIres()->ShowReference(editor); } else { - IresObject::ShowNullReference(editor, KD_Shader); + IresObject::ShowReferenceNull(editor); } if (ImGui::BeginDragDropTarget()) { if (auto payload = ImGui::AcceptDragDropPayload(ToString(KD_Shader).data())) { -- cgit v1.2.3-70-g09d2