Skip to content
Snippets Groups Projects
Commit 8a3c5479 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

bugfix

parent 5564f943
No related branches found
No related tags found
No related merge requests found
...@@ -58,6 +58,6 @@ public function getRepresentation(){ ...@@ -58,6 +58,6 @@ public function getRepresentation(){
if(!isset($return["texture"][1])){ if(!isset($return["texture"][1])){
$return["texture"][1] = $return["texture"][0]; $return["texture"][1] = $return["texture"][0];
} }
return $return["texture"]; return $return;
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment