Skip to content

Commit

Permalink
scripting: remove accidental comp pull
Browse files Browse the repository at this point in the history
  • Loading branch information
zpl-zak committed Jan 11, 2024
1 parent 1340a91 commit f07eabd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ namespace Framework::Integrations::Scripting {

v8::Local<v8::Object> GetScale() const {
const auto fr = _ent.get<Framework::World::Modules::Base::Frame>();
const auto tr = _ent.get<Framework::World::Modules::Base::Transform>();
return v8pp::class_<Framework::Scripting::Engines::Node::Builtins::Vector3>::create_object(v8::Isolate::GetCurrent(), fr->scale.x, fr->scale.y, fr->scale.z);
}

Expand Down

0 comments on commit f07eabd

Please sign in to comment.