mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 00:31:11 -06:00
Fix of compilation on Linux. Disable hopefully finally the Shiny profiler.
This commit is contained in:
parent
52dc18e350
commit
6f4a04c2d7
2 changed files with 3 additions and 1 deletions
|
@ -100,7 +100,7 @@ void ShinyGetTicks(shinytick_t *p) {
|
|||
*p = time.tv_sec * 1000000 + time.tv_usec;
|
||||
}
|
||||
|
||||
const shinytick_t& ShinyGetTickFreq(void) {
|
||||
shinytick_t ShinyGetTickFreq(void) {
|
||||
return 1000000;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue