1
0

Fix graphic

This commit is contained in:
otya128
2016-12-13 20:31:48 +09:00
parent d68cd3e878
commit ccc09093b0
2 changed files with 44 additions and 217 deletions

View File

@@ -567,7 +567,6 @@ class PetitComputer
{
DerelictSDL2.load();
DerelictSDL2Image.load();
graphic.initGraphicPages();
sprite.sppage[] = 4;
bgpage[] = 5;
SDL_Init(SDL_INIT_VIDEO);
@@ -650,6 +649,7 @@ class PetitComputer
}
int loopcnt;
DerelictGL3.reload();
graphic.initGraphicPages();
//3graphic.initGLGraphicPages();
//glEnable(GL_BLEND);
//glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);