Lime console fixes

This commit is contained in:
Joshua Granick
2014-08-05 13:20:25 -07:00
parent f58fdc1d2c
commit 3384f0029c
11 changed files with 519 additions and 538 deletions

View File

@@ -283,9 +283,11 @@ namespace lime {
void lime_text_destroy (value textHandle) {
#ifdef LIME_HARFBUZZ
Text *text = (Text*)(intptr_t)val_float (textHandle);
delete text;
text = 0;
#endif
}

View File

@@ -35,6 +35,8 @@ namespace lime {
int ConsoleApplication::Exec () {
printf ("Hello World\n");
return 0;
}