Commit c8ea3d98 authored by Administrator's avatar Administrator
Browse files

switched a smaller image file for git push

parent eeab8990
......@@ -7,7 +7,7 @@ Ground::Ground(Graphics & gfx, Logger & logger) noexcept
{
// Init 2 surfaces
Surface *yueyueSurface = new Surface();
yueyueSurface->LoadImageFromFile(gfx.getDevice(), gfx.getContext(), "resource\\img\\yueyue2.jpg");
yueyueSurface->LoadImageFromFile(gfx.getDevice(), gfx.getContext(), "resource\\img\\yueyue.jpg");
UINT yueyueSlot = yueyueSurface->GetCurrSlot();
Surface *ethanSurface = new Surface();
......
This image diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment