Remove Lua and Noise modules
This commit is contained in:
@@ -126,7 +126,7 @@ ParticleDemo("Logo", sharedData)
|
||||
Nz::ImageParams params;
|
||||
params.loadFormat = Nz::PixelFormatType_RGBA8;
|
||||
|
||||
m_logo = Nz::Image::LoadFromFile("resources/Logo.png", params);
|
||||
m_logo = Nz::Image::LoadFromFile("E:/Twitch/avatar_interested.png", params);
|
||||
if (!m_logo)
|
||||
NazaraError("Failed to load logo!");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user