mirror of
https://github.com/Relintai/props.git
synced 2025-03-12 18:28:52 +01:00
Fix ref's type.
This commit is contained in:
parent
ef7b217b6a
commit
ccc94053d6
@ -392,8 +392,8 @@ void PropInstanceMerger::_build() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!_job.is_valid()) {
|
if (!_job.is_valid()) {
|
||||||
//todo this should probably be in a virtual method, lik ein Terraman or Voxelman
|
//todo this should probably be in a virtual method, lik in Terraman or Voxelman
|
||||||
_job = Ref<PropInstanceJob>(memnew(PropInstancePropJob()));
|
_job = Ref<PropInstancePropJob>(memnew(PropInstancePropJob()));
|
||||||
_job->set_prop_instace(this);
|
_job->set_prop_instace(this);
|
||||||
|
|
||||||
Ref<PropMesherJobStep> js;
|
Ref<PropMesherJobStep> js;
|
||||||
|
Loading…
Reference in New Issue
Block a user