fix: emscripten export visibility for add_light
This commit is contained in:
@@ -110,7 +110,7 @@ extern "C"
|
|||||||
((FilamentViewer *)viewer)->removeIbl();
|
((FilamentViewer *)viewer)->removeIbl();
|
||||||
}
|
}
|
||||||
|
|
||||||
EntityId add_light(
|
EMSCRIPTEN_KEEPALIVE EntityId add_light(
|
||||||
const void *const viewer,
|
const void *const viewer,
|
||||||
uint8_t type,
|
uint8_t type,
|
||||||
float colour,
|
float colour,
|
||||||
|
|||||||
Reference in New Issue
Block a user