Skip to content

Commit ad7adaf

Browse files
committed
try fixing some shield regressions
1 parent 916bddd commit ad7adaf

File tree

1 file changed

+1
-1
lines changed
  • include/JSystem/JStudio/JStudio_JStage

1 file changed

+1
-1
lines changed

include/JSystem/JStudio/JStudio_JStage/control.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ struct TAdaptor_object_ {
3838
void adaptor_object_begin_() { pJSGObject_->JSGFEnableFlag(1); }
3939
void adaptor_object_end_() { pJSGObject_->JSGFDisableFlag(1); }
4040

41-
#if PLATFORM_SHIELD
41+
#if VERSION == VERSION_SHIELD_DEBUG
4242
/* 0x0 */ const JStudio::TAdaptor* pAdaptor_;
4343
#endif
4444
/* 0x0 */ JStage::TSystem const* pJSGSystem_;

0 commit comments

Comments
 (0)