Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dae126e

Browse filesBrowse files
committed
RmlUIComponent resource_ default type set to BinaryFile
1 parent 6ea2562 commit dae126e
Copy full SHA for dae126e

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Collapse file

‎Source/Urho3D/RmlUI/RmlUIComponent.cpp‎

Copy file name to clipboardExpand all lines: Source/Urho3D/RmlUI/RmlUIComponent.cpp
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ const Rml::String ComponentPtrAttribute = "__RmlUIComponentPtr__";
4949
RmlUIComponent::RmlUIComponent(Context* context)
5050
: LogicComponent(context)
5151
, navigationManager_(MakeShared<RmlNavigationManager>(this))
52+
, resource_{BinaryFile::GetTypeStatic()}
5253
{
5354
SetUpdateEventMask(USE_UPDATE);
5455
navigationManager_->OnGroupChanged.Subscribe(this, &RmlUIComponent::OnNavigableGroupChanged);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.