1
0

ON GOTO,GOSUB実装.

This commit is contained in:
otya128
2015-08-19 00:11:19 +09:00
parent edbbcf3250
commit b259ee9d27
6 changed files with 190 additions and 2 deletions

View File

@@ -424,7 +424,7 @@ class PetitComputer
renderConsoleGL();
SDL_GL_SwapWindow(window);
auto renderticks = (SDL_GetTicks() - profile);
if(!renderprofile) writeln(renderticks);
if(renderprofile) writeln(renderticks);
while (SDL_PollEvent(&event))
{
switch (event.type)