1
0

Add GraphicFBO class

This commit is contained in:
otya128
2016-12-17 17:33:30 +09:00
parent 70ea3d5c17
commit 4eb2f4923d
2 changed files with 343 additions and 308 deletions

View File

@@ -924,7 +924,7 @@ class PetitComputer
slot = new Slot[5];
keybuffer = new Key[128];
init();
graphic = new Graphic(this);
graphic = new GraphicFBO(this);
keybuffermutex = new Mutex();
grpmutex = new Mutex();
sprite = new Sprite(this);