Skip to content

Commit acd159b

Browse files
committed
xParSys: Inline using_ptank_render for linker
1 parent 9daf4cf commit acd159b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SB/Core/x/xParSys.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ void xParSysRender(xBase* b);
6060
S32 xParSysEventCB(xBase*, xBase*, U32, const F32*, xBase*);
6161
void xParSysUpdate(xBase* to, xScene*, F32 dt);
6262

63-
bool using_ptank_render(const xParSysAsset& tasset)
63+
inline bool using_ptank_render(const xParSysAsset& tasset)
6464
{
6565
return (tasset.parFlags >> 7) & 0x1;
6666
}

0 commit comments

Comments
 (0)