mirror of
https://github.com/godotengine/godot.git
synced 2025-01-18 20:40:57 +08:00
parent
f012ba6436
commit
690c05e6c2
2
thirdparty/thekla_atlas/nvmesh/param/Atlas.h
vendored
2
thirdparty/thekla_atlas/nvmesh/param/Atlas.h
vendored
@ -64,7 +64,7 @@ namespace nv
|
||||
|
||||
// Pack charts in the smallest possible rectangle.
|
||||
float packCharts(int quality, float texelArea, bool blockAlign, bool conservative);
|
||||
bool setFailed() { failed = true; }
|
||||
void setFailed() { failed = true; }
|
||||
bool hasFailed() const { return failed; }
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user