mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-05 19:42:47 +00:00
Texture compression set as an option
This commit is contained in:
@@ -77,7 +77,11 @@ public:
|
||||
bool want_any_input() const;
|
||||
|
||||
private:
|
||||
#if ENABLE_COMPRESSED_TEXTURES
|
||||
void init_font(bool compress);
|
||||
#else
|
||||
void init_font();
|
||||
#endif // ENABLE_COMPRESSED_TEXTURES
|
||||
void init_input();
|
||||
void init_style();
|
||||
void render_draw_data(ImDrawData *draw_data);
|
||||
|
||||
Reference in New Issue
Block a user