Skip to content

Commit

Permalink
This is an inmem dbip, so we're not looking for a DISK wdbp
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Feb 19, 2025
1 parent c38fd66 commit fd63765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libgcv/plugins/gltf/gltf_read.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ gltf_read(struct gcv_context *context, const struct gcv_opts *UNUSED(gcv_options

struct conversion_state state = CONVERSION_STATE_ZERO;

struct rt_wdb *wdbp = wdb_dbopen(context->dbip, RT_WDB_TYPE_DB_DISK);
struct rt_wdb *wdbp = wdb_dbopen(context->dbip, RT_WDB_TYPE_DB_DEFAULT);

//generate list to hold scene geometry
BU_LIST_INIT(&state.scene.l);
Expand Down

0 comments on commit fd63765

Please sign in to comment.