Skip to content

Conversation

@wbourne0
Copy link

Fixed a bug causing compile to fail on case sensitive file systems (e.g. on linux or any fs other than ntfs)
Not sure why my build chain is evaluating this but also fixed a bug where a missing stub was causing it to fail to compile.

virtual void Unk_0C(void) = 0; // 0C

void BindObject(BSTSmartPointer<Object>& a_objectPtr, VMHandle a_handle);
void GetInitialPropertyValues(VMHandle a_handle, const BSFixedString& a_className, BSTScrapHashMap<BSFixedString, Variable>& a_propertyValues, std::uint32_t& a_nonConvertedProperties) const;
Copy link
Author

@wbourne0 wbourne0 Jan 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(error was here, specifically BSTScrapHashMap<BSFixedString, Variable>)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant