Skip to content

Commit 6e9c8ff

Browse files
Zegerieagleivg
authored andcommitted
xrPhysics: Export symbol ph_world
1 parent ae40a3a commit 6e9c8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrPhysics/PHWorld.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,5 +165,5 @@ class CPHWorld : public pureFrame,
165165
m_update_callback = cb;
166166
}
167167
};
168-
extern CPHWorld* ph_world;
168+
extern XRPHYSICS_API CPHWorld* ph_world;
169169
IC CPHWorld& inl_ph_world() { return *ph_world; }

0 commit comments

Comments
 (0)