Skip to content

Commit ec436f6

Browse files
Fixed back frames not rendering due to not being in the node container
1 parent 1625f46 commit ec436f6

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Object-Collab Changelog
22

3+
## v0.4.1-beta.1
4+
5+
- Fixed back frames not rendering due to not being in the node container.
6+
37
## v0.4.0-beta.1
48

59
- Added a builder based trait system for better ABI.
610
- Added a play layer post init.
7-
-
811

912
## v0.3.4-beta.1
1013

flash.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "Object Collab"
3-
version = "v0.4.0-beta.1"
3+
version = "v0.4.1-beta.1"
44
repository = "https://github.com/SMJSProductions/Object-Collab"
55
icon = "logo.png"
66

include/CustomObject.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ namespace object_collab {
198198
backFrame->m_objectID = 38;
199199
backFrame->m_objectType = GameObjectType::Decoration;
200200
backFrame->m_isDecoration2 = true;
201+
backFrame->m_addToNodeContainer = true;
201202

202203
backFrame->customSetup();
203204
backFrame->setStartPos(this->getPosition() + offset);

mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"id": "smjs.object-collab",
1010
"name": "Object Collab",
11-
"version": "v0.4.0-beta.1",
11+
"version": "v0.4.1-beta.1",
1212
"developer": "SMJS",
1313
"description": "A framework for custom objects & object mod compatibility.",
1414
"links": {

0 commit comments

Comments
 (0)