mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-12 20:45:11 -05:00
Revisions, SVI import fix.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "appstates/DataLoadingState.hpp"
|
||||
|
||||
#include "colors.hpp"
|
||||
#include "logger.hpp"
|
||||
#include "graphics/colors.hpp"
|
||||
#include "logging/logger.hpp"
|
||||
|
||||
namespace
|
||||
{
|
||||
@@ -43,5 +43,5 @@ void DataLoadingState::initialize_static_members()
|
||||
{
|
||||
if (sm_jksvIcon) { return; }
|
||||
|
||||
sm_jksvIcon = sdl::TextureManager::create_load_texture("LoadingIcon", "romfs:/Textures/LoadingIcon.png");
|
||||
sm_jksvIcon = sdl::TextureManager::load("LoadingIcon", "romfs:/Textures/LoadingIcon.png");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user