Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Duttenheim committed Apr 30, 2024
1 parent ee1ca4d commit bc721b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#include "io/filestream.h"
#include "io/xmlwriter.h"
#include "toolkit/toolkit-common/converters/binaryxmlconverter.h"
#include "toolkit-common/converters/binaryxmlconverter.h"

#include "toolkitutil/surface/surfacebuilder.h"

Expand Down Expand Up @@ -135,7 +135,7 @@ struct CMDMaterialSetConstant : public Edit::Command
/**
*/
void
MaterialEditor(AssetEditor* assetEditor, AssetEditorItem* item, BaseWindow::SaveMode save)
MaterialEditor(AssetEditor* assetEditor, AssetEditorItem* item)
{
const MaterialTemplates::Entry* materialTemplate = Materials::MaterialGetTemplate(item->asset.material);
ImGui::PushFont(Dynui::ImguiContext::state.boldFont);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@
(C) 2024 Individual contributors, see AUTHORS file
*/
//------------------------------------------------------------------------------
#include "editor/ui/window.h"
#include "asseteditor.h"

namespace Presentation
{

void MaterialEditor(AssetEditor* assetEditor, AssetEditorItem* item, BaseWindow::SaveMode save);
void MaterialEditor(AssetEditor* assetEditor, AssetEditorItem* item);
void MaterialSetup(AssetEditorItem* item);
void MaterialSave(AssetEditor* assetEditor, AssetEditorItem* item);
} // namespace Presentation

0 comments on commit bc721b3

Please sign in to comment.