We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d40a6f7 commit 8486ff0Copy full SHA for 8486ff0
Core/Contents/Source/PolyScene.cpp
@@ -145,6 +145,7 @@ void Scene::fixedUpdate() {
145
146
Scene::~Scene() {
147
core->getInput()->removeAllHandlersForListener(this);
148
+ core->removeAllHandlersForListener(this);
149
CoreServices::getInstance()->getSceneManager()->removeScene(this);
150
delete defaultCamera;
151
}
IDE/Contents/Source/PolycodeMaterialEditor.cpp
@@ -53,7 +53,7 @@ PostEditorPane::PostEditorPane(ResourcePool *resourcePool) : UIElement() {
53
baseProps->addProp(fp16Prop);
54
fp16Prop->addEventListener(this, Event::CHANGE_EVENT);
55
56
- baseProps->propHeight = 100;
+ baseProps->propHeight = 300;
57
58
targetsProps = new RenderTargetsSheet();
59
propList->addPropSheet(targetsProps);
0 commit comments