Skip to content

Commit

Permalink
[FIX] : fix compilation on UNIX
Browse files Browse the repository at this point in the history
[FIX] : fix the status bar messaging button.  the click on a message button was not opening the console pane
[FIX] : fix tracy when not used
  • Loading branch information
aiekick committed Mar 19, 2024
1 parent e97aa6b commit 48747ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Headers/NoodlesPlateBuild.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#define NoodlesPlate_Prefix "NoodlesPlate"
#define NoodlesPlate_BuildNumber 761
#define NoodlesPlate_BuildNumber 771
#define NoodlesPlate_MinorNumber 7
#define NoodlesPlate_MajorNumber 0
#define NoodlesPlate_BuildId "0.7.761"
#define NoodlesPlate_BuildId "0.7.771"
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ int main(int, char** argv)
#ifdef _DEBUG
Messaging::Instance()->AddCategory(MESSAGING_TYPE_DEBUG, "Debug(s)", MESSAGING_LABEL_DEBUG, ImVec4(0.8f, 0.8f, 0.0f, 1.0f));
#endif
Messaging::Instance()->SetLayoutManager(LayoutManager::Instance());
Logger::sStandardLogFunction = [](const int& vType, const std::string& vMessage) {
MessageData msg_datas;
const auto& type = vType;
Expand Down

0 comments on commit 48747ed

Please sign in to comment.