code style fixes

This commit is contained in:
BlackMATov
2020-01-10 12:03:56 +07:00
parent 0c16d58253
commit 95fee92b20
22 changed files with 49 additions and 34 deletions

View File

@@ -156,7 +156,7 @@ namespace
the<vfs>().register_scheme_alias(
"ships",
url("piratepack://PNG/Retina/Ships"));
image texture_image;
if ( !images::try_load_image(texture_image, the<vfs>().read(url("ships://ship (3).png"))) ) {
return false;