threads
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include <fstream>
|
||||
|
||||
#include "core/jail/jfile.hpp"
|
||||
#include "core/rendering/screen.hpp"
|
||||
#include "core/system/director.hpp"
|
||||
#include "external/gif.h"
|
||||
|
||||
JD8_Surface screen = NULL;
|
||||
@@ -153,7 +153,7 @@ void JD8_Flip() {
|
||||
pixel_data[x + (y * 320)] = color;
|
||||
}
|
||||
}
|
||||
Screen::get()->present(pixel_data);
|
||||
Director::get()->publishFrame(pixel_data);
|
||||
}
|
||||
|
||||
void JD8_FreeSurface(JD8_Surface surface) {
|
||||
|
||||
Reference in New Issue
Block a user