mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 09:16:01 +08:00
Formatting.
This commit is contained in:
parent
5ae592d6e6
commit
f7f517d2cf
@ -180,7 +180,7 @@ public:
|
||||
normal_maps->append(normal_map);
|
||||
renderer_object->normal_map = normal_map;
|
||||
}
|
||||
|
||||
|
||||
if (ResourceLoader::get_singleton()->exists(specular_map_path)) {
|
||||
import_image_resource(specular_map_path);
|
||||
Ref<Texture> specular_map = get_texture_from_image(specular_map_path, is_resource);
|
||||
@ -194,7 +194,7 @@ public:
|
||||
normal_maps->append(normal_map);
|
||||
renderer_object->normal_map = normal_map;
|
||||
}
|
||||
|
||||
|
||||
if (ResourceLoader::exists(specular_map_path)) {
|
||||
import_image_resource(specular_map_path);
|
||||
Ref<Texture> specular_map = get_texture_from_image(specular_map_path, is_resource);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user