2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-14 11:26:09 +00:00

Merge pull request #308 from AxioDL/fmtlib-update

Update fmtlib
This commit is contained in:
2020-04-12 03:06:46 -04:00
committed by GitHub
156 changed files with 786 additions and 777 deletions

View File

@@ -530,7 +530,7 @@ void CFishCloud::RenderBoid(int idx, const CBoid& boid, u32& drawMask,
void CFishCloud::Render(CStateManager& mgr) {
if (!GetActive())
return;
SCOPED_GRAPHICS_DEBUG_GROUP(fmt::format(fmt("CFishCloud::Render {} {} {}"),
SCOPED_GRAPHICS_DEBUG_GROUP(fmt::format(FMT_STRING("CFishCloud::Render {} {} {}"),
x8_uid, xc_editorId, x10_name).c_str(), zeus::skOrange);
bool thermalHot = mgr.GetThermalDrawFlag() == EThermalDrawFlag::Hot;
CModelFlags flags(0, 0, 3, zeus::skWhite);