Lime console fixes
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -35,6 +35,8 @@ namespace lime {
|
||||
|
||||
int ConsoleApplication::Exec () {
|
||||
|
||||
printf ("Hello World\n");
|
||||
|
||||
return 0;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user